gnu-maintenance: Adjust URL of package description file.
* guix/gnu-maintenance.scm (%package-description-url): Adjust to the new URL.
This commit is contained in:
parent
f349fa02de
commit
1a75f8d939
@ -86,7 +86,7 @@ (define %package-description-url
|
||||
;; This file contains package descriptions in recutils format.
|
||||
;; See <https://lists.gnu.org/archive/html/guix-devel/2013-10/msg00071.html>.
|
||||
(string->uri
|
||||
(string-append %gnumaint-base-url "pkgdescr.txt?root=womb")))
|
||||
(string-append %gnumaint-base-url "pkgblurbs.txt?root=womb")))
|
||||
|
||||
(define-record-type* <gnu-package-descriptor>
|
||||
gnu-package-descriptor
|
||||
|
Loading…
Reference in New Issue
Block a user