mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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.
This commit is contained in:
parent
83cc1e3d38
commit
a6c7132abc
4 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue