guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 01/01: guix: swh: Fix example URI in comment for <origin>.
Date: Wed, 18 Dec 2019 16:44:00 -0500 (EST)

hoebjo pushed a commit to branch master
in repository guix.

commit 6afea7489b76c8db58d4f389fdbedc7c2b8992bd
Author: Björn Höfling <address@hidden>
Date:   Wed Dec 18 22:31:05 2019 +0100

    guix: swh: Fix example URI in comment for <origin>.
    
    This is a one-character follow-up to
    356a79becc4061d158c68718ad169abac1ab672f
    
    Reported by Jonathan Brielmaier <address@hidden>.
    
    * guix/swh.scm(<origin>): Remove a slash from example URI witin a comment.
---
 guix/swh.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/swh.scm b/guix/swh.scm
index 372e4c8..70eeef5 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]