From e507d30c482cf018b44e70931a6153e5d3ea93f1 Mon Sep 17 00:00:00 2001 From: Björn Höfling Date: Thu, 26 Dec 2019 00:19:39 +0100 Subject: guix: swh: Fix again example URI in comment for . This is a follow up to 6afea7489b76c8db58d4f389fdbedc7c2b8992bd * guix/swh.scm(): Write 'https' instead of 'ttps' for the URL. --- guix/swh.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/swh.scm b/guix/swh.scm index 70eeef5c6b..3abf9aa1b5 100644 --- a/guix/swh.scm +++ b/guix/swh.scm @@ -244,7 +244,7 @@ FALSE-IF-404? is true, return #f upon 404 responses." docstring (call (swh-url components ...) json->value))))) -;; +;; (define-json-mapping make-origin origin? json->origin (id origin-id) -- cgit v1.2.3