From 6afea7489b76c8db58d4f389fdbedc7c2b8992bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20H=C3=B6fling?= Date: Wed, 18 Dec 2019 22:31:05 +0100 Subject: guix: swh: Fix example URI in comment for . This is a one-character follow-up to 356a79becc4061d158c68718ad169abac1ab672f Reported by Jonathan Brielmaier . * guix/swh.scm(): Remove a slash from example URI witin a comment. --- guix/swh.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/swh.scm') diff --git a/guix/swh.scm b/guix/swh.scm index 372e4c84d1..70eeef5c6b 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