diff options
-rw-r--r-- | guix/swh.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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))))) -;; <https://archive.softwareheritage.org/api/1/origin//https://github.com/guix-mirror/guix/get> +;; <https://archive.softwareheritage.org/api/1/origin/ttps://github.com/guix-mirror/guix/get> (define-json-mapping <origin> make-origin origin? json->origin (id origin-id) |