Skip to content
Snippets Groups Projects
Commit 1a75f8d9 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu-maintenance: Adjust URL of package description file.

* guix/gnu-maintenance.scm (%package-description-url): Adjust to the
  new URL.
parent f349fa02
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ (define %package-description-url ...@@ -86,7 +86,7 @@ (define %package-description-url
;; This file contains package descriptions in recutils format. ;; This file contains package descriptions in recutils format.
;; See <https://lists.gnu.org/archive/html/guix-devel/2013-10/msg00071.html>. ;; See <https://lists.gnu.org/archive/html/guix-devel/2013-10/msg00071.html>.
(string->uri (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> (define-record-type* <gnu-package-descriptor>
gnu-package-descriptor gnu-package-descriptor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment