diff options
author | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2019-12-18 22:31:05 +0100 |
---|---|---|
committer | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2019-12-18 22:39:28 +0100 |
commit | 6afea7489b76c8db58d4f389fdbedc7c2b8992bd (patch) | |
tree | 24f42ccfa6524b792fca351b68ecfb80c003afb4 | |
parent | 9077cf68ec57c0303ef7746e203c3fe5ed041add (diff) | |
download | gnu-guix-6afea7489b76c8db58d4f389fdbedc7c2b8992bd.tar gnu-guix-6afea7489b76c8db58d4f389fdbedc7c2b8992bd.tar.gz |
guix: swh: Fix example URI in comment for <origin>.
This is a one-character follow-up to
356a79becc4061d158c68718ad169abac1ab672f
Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de>.
* guix/swh.scm(<origin>): Remove a slash from example URI witin a comment.
-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) |