diff options
author | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2019-12-26 00:19:39 +0100 |
---|---|---|
committer | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2019-12-26 00:19:39 +0100 |
commit | e507d30c482cf018b44e70931a6153e5d3ea93f1 (patch) | |
tree | 2e366c723ebb4cec53aadce47d2dbaa30d0243e7 /guix | |
parent | 957fe1c2086a1a4dd327e3f39cfc939e2d41a6df (diff) |
guix: swh: Fix again example URI in comment for <origin>.
This is a follow up to
6afea7489b76c8db58d4f389fdbedc7c2b8992bd
* guix/swh.scm(<origin>): Write 'https' instead of 'ttps' for the URL.
Diffstat (limited to 'guix')
-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 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))))) -;; <https://archive.softwareheritage.org/api/1/origin/ttps://github.com/guix-mirror/guix/get> +;; <https://archive.softwareheritage.org/api/1/origin/https://github.com/guix-mirror/guix/get> (define-json-mapping <origin> make-origin origin? json->origin (id origin-id) |