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:
parent
957fe1c208
commit
e507d30c48
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ (define (name args ...)
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue