guix: swh: Fix again example URI in comment for <origin>.

This is a follow up to
6afea7489b

* guix/swh.scm(<origin>): Write 'https' instead of 'ttps' for the URL.
This commit is contained in:
Björn Höfling 2019-12-26 00:19:39 +01:00
parent 957fe1c208
commit e507d30c48
No known key found for this signature in database
GPG Key ID: BF286CB6593E5FFD
1 changed files with 1 additions and 1 deletions

View File

@ -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)