mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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.
This commit is contained in:
parent
4a635d3d6e
commit
3fb3291e25
3 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@ (define* (make-config.scm #:key zlib gzip xz bzip2
|
|||
(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)
|
||||
|
|
|
@ -694,7 +694,7 @@ (define (render-home-page request)
|
|||
(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)))))
|
||||
|
|
|
@ -916,7 +916,7 @@ (define* (make-config.scm #:key zlib lzlib gzip xz bzip2
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue