Skip to content
Snippets Groups Projects
Unverified Commit 3774efe3 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

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

* doc/guix.texi (Continuous Integration): Use https:// in fictitious URLs.
parent 390f3e9e
No related branches found
No related tags found
No related merge requests found
......@@ -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)))))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment