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 /doc | |
| 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 'doc')
| -rw-r--r-- | doc/contributing.texi | 2 | ||||
| -rw-r--r-- | doc/guix-cookbook.texi | 4 | ||||
| -rw-r--r-- | doc/guix.texi | 16 |
3 files changed, 11 insertions, 11 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index f62939dc441..1f6e7b1571c 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -137,7 +137,7 @@ If you want to hack Guix itself, it is recommended to use the latest version from the Git repository: @example -git clone https://git.savannah.gnu.org/git/guix.git +git clone https://git.guix.gnu.org/guix.git @end example @cindex authentication, of a Guix checkout diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 3ebe661a078..69c9aa96400 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -931,7 +931,7 @@ development inertia. Check out the official @uref{https://git-scm.com/, Git} repository: @example -$ git clone https://git.savannah.gnu.org/git/guix.git +$ git clone https://git.guix.gnu.org/guix.git @end example In the rest of this article, we use @samp{$GUIX_CHECKOUT} to refer to the location of @@ -4852,7 +4852,7 @@ Generation 264 May 26 2023 16:00:35 (current) branch: main commit: 36fd2b4920ae926c79b936c29e739e71a6dff2bc guix c5bc698 - repository URL: https://git.savannah.gnu.org/git/guix.git + repository URL: https://git.guix.gnu.org/guix.git commit: c5bc698e8922d78ed85989985cc2ceb034de2f23 $ guix package -A ^guile$ guile 3.0.99-git out,debug guile-package.scm:51:4 diff --git a/doc/guix.texi b/doc/guix.texi index 02f472246a3..e4e2b853f15 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4615,19 +4615,19 @@ produced by @command{guix pull}, along with details about their provenance: $ guix pull -l Generation 1 Jun 10 2018 00:18:18 guix 65956ad - repository URL: https://git.savannah.gnu.org/git/guix.git + repository URL: https://git.guix.gnu.org/guix.git branch: origin/master commit: 65956ad3526ba09e1f7a40722c96c6ef7c0936fe Generation 2 Jun 11 2018 11:02:49 guix e0cc7f6 - repository URL: https://git.savannah.gnu.org/git/guix.git + repository URL: https://git.guix.gnu.org/guix.git branch: origin/master commit: e0cc7f669bec22c37481dd03a7941c7d11a64f1d Generation 3 Jun 13 2018 23:31:07 (current) guix 844cc1c - repository URL: https://git.savannah.gnu.org/git/guix.git + repository URL: https://git.guix.gnu.org/guix.git branch: origin/master commit: 844cc1c8f394f03b404c5bb3aee086922373490c @end example @@ -4983,7 +4983,7 @@ about, and you would look up the @code{guile-json} package in the inferior: ;; extract guile-json. (list (channel (name 'guix) - (url "https://git.savannah.gnu.org/git/guix.git") + (url "https://git.guix.gnu.org/guix.git") (commit "65956ad3526ba09e1f7a40722c96c6ef7c0936fe")))) @@ -5088,7 +5088,7 @@ and commit IDs (@pxref{Channels}): $ guix describe Generation 10 Sep 03 2018 17:32:44 (current) guix e0fa68c - repository URL: https://git.savannah.gnu.org/git/guix.git + repository URL: https://git.guix.gnu.org/guix.git branch: master commit: e0fa68c7718fffd33d81af415279d6ddb518f727 @end example @@ -5108,7 +5108,7 @@ to return a list of channels instead of the human-readable description above: $ guix describe -f channels (list (channel (name 'guix) - (url "https://git.savannah.gnu.org/git/guix.git") + (url "https://git.guix.gnu.org/guix.git") (commit "e0fa68c7718fffd33d81af415279d6ddb518f727") (introduction @@ -5419,7 +5419,7 @@ modules: $ guix describe Generation 19 Aug 27 2018 16:20:48 guix d894ab8 - repository URL: https://git.savannah.gnu.org/git/guix.git + repository URL: https://git.guix.gnu.org/guix.git branch: master commit: d894ab8e9bfabcefa6c49d9ba2e834dd5a73a300 variant-packages dd3df5e @@ -5491,7 +5491,7 @@ to these commits that looks like this: ;; Deploy specific commits of my channels of interest. (list (channel (name 'guix) - (url "https://git.savannah.gnu.org/git/guix.git") + (url "https://git.guix.gnu.org/guix.git") (commit "6298c3ffd9654d3231a6f25390b056483e8f407c")) (channel (name 'variant-packages) |
