gnu-maintenance: Adjust URL of package description file.

* guix/gnu-maintenance.scm (%package-description-url): Adjust to the
  new URL.
master
Ludovic Courtès 2013-10-11 22:02:33 +02:00
parent f349fa02de
commit 1a75f8d939
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
;; 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