guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 157/285: guix: swh: Fix again example URI in comment for <origin>.
Date: Sun, 29 Dec 2019 20:44:20 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit c2a96e07af4136272d5e03871f037dda5c8442b5
Author: Björn Höfling <address@hidden>
Date:   Thu Dec 26 00:19:39 2019 +0100

    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.
---
 guix/swh.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

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