diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-15 18:46:39 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-16 23:00:10 +0200 |
commit | 3fb3291e25a7827f1466fba4943c5098a0a0a524 (patch) | |
tree | d0c138a3b75d5e88964afc1da3a007bd879afa45 | |
parent | 4a635d3d6ef78d989926209c5fda6f97601b2ce1 (diff) | |
download | patches-3fb3291e25a7827f1466fba4943c5098a0a0a524.tar patches-3fb3291e25a7827f1466fba4943c5098a0a0a524.tar.gz |
Use more guix.gnu.org.
* build-aux/build-self.scm (make-config.scm): Replace gnu.org/s/guix with guix.gnu.org.
* guix/scripts/publish.scm (render-home-page): Likewise.
* guix/self.scm (make-config.scm): Likewise.
-rw-r--r-- | build-aux/build-self.scm | 2 | ||||
-rw-r--r-- | guix/scripts/publish.scm | 2 | ||||
-rw-r--r-- | guix/self.scm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/build-self.scm b/build-aux/build-self.scm index 0a1234abb5..fc13032b73 100644 --- a/build-aux/build-self.scm +++ b/build-aux/build-self.scm @@ -75,7 +75,7 @@ (package-name "GNU Guix") (package-version "0") (bug-report-address "bug-guix@gnu.org") - (home-page-url "https://gnu.org/s/guix")) + (home-page-url "https://guix.gnu.org")) ;; Hack so that Geiser is not confused. (define defmod 'define-module) diff --git a/guix/scripts/publish.scm b/guix/scripts/publish.scm index c716998a5b..8fb67f9268 100644 --- a/guix/scripts/publish.scm +++ b/guix/scripts/publish.scm @@ -694,7 +694,7 @@ to compress or decompress the log file; just return it as-is." (h1 "GNUÂ Guix Substitute Server") (p "Hi, " (a (@ (href - "https://gnu.org/s/guix/manual/html_node/Invoking-guix-publish.html")) + "https://guix.gnu.org/manual/en/html_node/Invoking-guix-publish.html")) (tt "guix publish")) " speaking. Welcome!"))) port))))) diff --git a/guix/self.scm b/guix/self.scm index b8581d01d5..838ede7690 100644 --- a/guix/self.scm +++ b/guix/self.scm @@ -916,7 +916,7 @@ Info manual." (package-name "GNU Guix") (package-version "0") (bug-report-address "bug-guix@gnu.org") - (home-page-url "https://gnu.org/s/guix")) + (home-page-url "https://guix.gnu.org")) ;; Hack so that Geiser is not confused. (define defmod 'define-module) |