mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue