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

* doc/guix.texi (Continuous Integration): Use https:// in fictitious URLs.
This commit is contained in:
Tobias Geerinckx-Rice 2019-08-30 17:28:24 +02:00
parent 390f3e9e02
commit 3774efe36f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)))))))