From a6c7132abc972b91826db1cf6f820d6b1b454ba0 Mon Sep 17 00:00:00 2001 From: Matthew Harm Bekkema Date: Fri, 3 Aug 2018 23:01:34 +1000 Subject: doc: change git:// links to https:// (#44395) The server is not verified over the git:// transfer protocol. If you clone a repository over git://, you should check if the latest commit's hash is correct. On the other hand, https:// will always verify the server automatically, using certificate authorities. --- doc/quick-start.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/quick-start.xml b/doc/quick-start.xml index 0cba3a4769c..b9e6d789404 100644 --- a/doc/quick-start.xml +++ b/doc/quick-start.xml @@ -9,7 +9,7 @@ Checkout the Nixpkgs source tree: -$ git clone git://github.com/NixOS/nixpkgs.git +$ git clone https://github.com/NixOS/nixpkgs $ cd nixpkgs -- cgit 1.4.1