gnu: guix: Change Git URL.
* gnu/packages/package-management.scm (guix)[source]: Change URL to non-dump HTTP server.
This commit is contained in:
parent
3c338135f1
commit
f73f3d01a2
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.savannah.gnu.org/r/guix.git")
|
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in a new issue