guix-commits
[Top][All Lists]
Advanced

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

03/09: doc: Prefer https:// over git://.


From: guix-commits
Subject: 03/09: doc: Prefer https:// over git://.
Date: Fri, 30 Aug 2019 17:10:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3774efe36ff0cd20359506064484079001984f1c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 30 17:28:24 2019 +0200

    doc: Prefer https:// over git://.
    
    * doc/guix.texi (Continuous Integration): Use https:// in fictitious URLs.
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 32c98e2..663228f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -21377,12 +21377,12 @@ the @code{"custom-packages"} input, which is the 
equivalent of
                      (#:branch . "master")
                      (#:no-compile? . #t))
                     ((#:name . "config")
-                     (#:url . "git://git.example.org/config.git")
+                     (#:url . "https://git.example.org/config.git";)
                      (#:load-path . ".")
                      (#:branch . "master")
                      (#:no-compile? . #t))
                     ((#:name . "custom-packages")
-                     (#:url . "git://git.example.org/custom-packages.git")
+                     (#:url . "https://git.example.org/custom-packages.git";)
                      (#:load-path . ".")
                      (#:branch . "master")
                      (#:no-compile? . #t)))))))



reply via email to

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