summaryrefslogtreecommitdiff
path: root/gnu/system/examples
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-05-22 12:41:31 +0200
committerLudovic Courtès <ludo@gnu.org>2025-05-23 11:19:07 +0200
commit3b6e499d5e635e2189f1bf60279dbf5175c404bd (patch)
tree95930175b2a8a13ed39849a1cf7677b74992661d /gnu/system/examples
parent5e47bafb37090bee792cb616a4f5337aa47b4224 (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/system/examples')
-rw-r--r--gnu/system/examples/devel-hurd.tmpl2
1 files changed, 1 insertions, 1 deletions
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 @@
29;; guix shell --boostrap -D guix 29;; guix shell --boostrap -D guix
30;; mkdir -p ~/src/guix 30;; mkdir -p ~/src/guix
31;; cd src/guix 31;; cd src/guix
32;; git clone https://git.savannah.gnu.org/git/guix.git master 32;; git clone https://git.guix.gnu.org/guix.git master
33;; cd master 33;; cd master
34;; ./bootstrap 34;; ./bootstrap
35;; ./configure 35;; ./configure