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 /m4 | |
| 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 'm4')
| -rw-r--r-- | m4/guix.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/guix.m4 b/m4/guix.m4 index 376f40943c..0285193276 100644 --- a/m4/guix.m4 +++ b/m4/guix.m4 @@ -438,7 +438,7 @@ AC_DEFUN([GUIX_CHANNEL_METADATA], [ AC_ARG_WITH([channel-url], [AS_HELP_STRING([--with-channel-url=URL], [assert that this is built from the Git repository at URL])], [guix_channel_url="\"$withval\""], - [guix_channel_url="\"https://git.savannah.gnu.org/git/guix.git\""]) + [guix_channel_url="\"https://git.guix.gnu.org/guix.git\""]) AC_ARG_WITH([channel-commit], [AS_HELP_STRING([--with-channel-commit=COMMIT], [assert that this is built from COMMIT])], [guix_channel_commit="\"$withval\""], |
