guix: swh: Fix example URI in comment for <origin>.
This is a one-character follow-up to
356a79becc
Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de>.
* guix/swh.scm(<origin>): Remove a slash from example URI witin a comment.
master
parent
9077cf68ec
commit
6afea7489b
guix
|
@ -244,7 +244,7 @@ FALSE-IF-404? is true, return #f upon 404 responses."
|
||||||
docstring
|
docstring
|
||||||
(call (swh-url components ...) json->value)))))
|
(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?
|
(define-json-mapping <origin> make-origin origin?
|
||||||
json->origin
|
json->origin
|
||||||
(id origin-id)
|
(id origin-id)
|
||||||
|
|
Reference in New Issue