doc: Prefer https:// over git://.
* doc/guix.texi (Continuous Integration): Use https:// in fictitious URLs.
This commit is contained in:
parent
390f3e9e02
commit
3774efe36f
|
@ -21377,12 +21377,12 @@ the @code{"custom-packages"} input, which is the equivalent of
|
||||||
(#:branch . "master")
|
(#:branch . "master")
|
||||||
(#:no-compile? . #t))
|
(#:no-compile? . #t))
|
||||||
((#:name . "config")
|
((#:name . "config")
|
||||||
(#:url . "git://git.example.org/config.git")
|
(#:url . "https://git.example.org/config.git")
|
||||||
(#:load-path . ".")
|
(#:load-path . ".")
|
||||||
(#:branch . "master")
|
(#:branch . "master")
|
||||||
(#:no-compile? . #t))
|
(#:no-compile? . #t))
|
||||||
((#:name . "custom-packages")
|
((#:name . "custom-packages")
|
||||||
(#:url . "git://git.example.org/custom-packages.git")
|
(#:url . "https://git.example.org/custom-packages.git")
|
||||||
(#:load-path . ".")
|
(#:load-path . ".")
|
||||||
(#:branch . "master")
|
(#:branch . "master")
|
||||||
(#:no-compile? . #t)))))))
|
(#:no-compile? . #t)))))))
|
||||||
|
|
Loading…
Reference in New Issue