diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-05-22 12:41:31 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-05-23 11:19:07 +0200 |
| commit | 3b6e499d5e635e2189f1bf60279dbf5175c404bd (patch) | |
| tree | 95930175b2a8a13ed39849a1cf7677b74992661d /gnu | |
| parent | 5e47bafb37090bee792cb616a4f5337aa47b4224 (diff) | |
maint: Change main repository URL to git.guix.gnu.org.
Throughout, replace “https://git.savannah.gnu.org/git/guix.git” by
“https://git.guix.gnu.org/guix.git”.
Change-Id: Ieb82464f92a806b85c79e629f952e68c39323740
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/package-management.scm | 2 | ||||
| -rw-r--r-- | gnu/system/examples/devel-hurd.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 28d56add320..19e64498ef1 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -193,7 +193,7 @@ (source (origin (method git-fetch) (uri (git-reference - (url "https://git.savannah.gnu.org/git/guix.git") + (url "https://git.guix.gnu.org/guix.git") (commit commit))) (sha256 (base32 diff --git a/gnu/system/examples/devel-hurd.tmpl b/gnu/system/examples/devel-hurd.tmpl index 066bdfe9d89..77b2f4f3bd1 100644 --- a/gnu/system/examples/devel-hurd.tmpl +++ b/gnu/system/examples/devel-hurd.tmpl @@ -29,7 +29,7 @@ ;; guix shell --boostrap -D guix ;; mkdir -p ~/src/guix ;; cd src/guix -;; git clone https://git.savannah.gnu.org/git/guix.git master +;; git clone https://git.guix.gnu.org/guix.git master ;; cd master ;; ./bootstrap ;; ./configure |
