mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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 @@ (define-public guix
|
|||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.savannah.gnu.org/r/guix.git")
|
||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue