mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-19 00:30:30 +02:00
gnu: nix: Use HTTPS for package source.
* gnu/packages/package-management.scm (nix)[source]: Use HTTPS. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
committed by
Nicolas Goaziou
parent
554d46882b
commit
cdb3cd4afa
@@ -737,7 +737,7 @@ high-performance computing} clusters.")
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "http://github.com/NixOS/nix")
|
||||
(url "https://github.com/NixOS/nix")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
||||
Reference in New Issue
Block a user