1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

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
This commit is contained in:
Ludovic Courtès
2025-05-22 12:41:31 +02:00
parent 5e47bafb37
commit 3b6e499d5e
22 changed files with 217 additions and 217 deletions

View File

@@ -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\""],