summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Harm Bekkema <mbekkema97@gmail.com>2018-08-03 23:01:34 +1000
committerJörg Thalheim <Mic92@users.noreply.github.com>2018-08-03 14:01:34 +0100
commita6c7132abc972b91826db1cf6f820d6b1b454ba0 (patch)
treee6cf939d171e83b6f9e8d19c7ab6ab3ad01e51b5 /README.md
parent83cc1e3d38100fac3f2937bfcd9bb12616671df2 (diff)
downloadnixpkgs-a6c7132abc972b91826db1cf6f820d6b1b454ba0.tar
nixpkgs-a6c7132abc972b91826db1cf6f820d6b1b454ba0.tar.gz
nixpkgs-a6c7132abc972b91826db1cf6f820d6b1b454ba0.tar.bz2
nixpkgs-a6c7132abc972b91826db1cf6f820d6b1b454ba0.tar.lz
nixpkgs-a6c7132abc972b91826db1cf6f820d6b1b454ba0.tar.xz
nixpkgs-a6c7132abc972b91826db1cf6f820d6b1b454ba0.tar.zst
nixpkgs-a6c7132abc972b91826db1cf6f820d6b1b454ba0.zip
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96902b9ab33..86bc8534b3c 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ build daemon as so-called channels. To get channel information via git, add
 [nixpkgs-channels](https://github.com/NixOS/nixpkgs-channels.git) as a remote:
 
 ```
-% git remote add channels git://github.com/NixOS/nixpkgs-channels.git
+% git remote add channels https://github.com/NixOS/nixpkgs-channels.git
 ```
 
 For stability and maximum binary package support, it is recommended to maintain