Skip to content
Snippets Groups Projects
Unverified Commit 637a2a23 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu-maintenance: Update URL for package databases.

The databases migrated away from the Womb a couple of days ago.

* guix/gnu-maintenance.scm (%gnumaint-base-url): Update URL.
parent e0244eb7
No related branches found
No related tags found
No related merge requests found
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2012, 2013 Nikita Karetnikov <nikita@karetnikov.org> ;;; Copyright © 2012, 2013 Nikita Karetnikov <nikita@karetnikov.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
...@@ -79,7 +79,7 @@ (define-module (guix gnu-maintenance) ...@@ -79,7 +79,7 @@ (define-module (guix gnu-maintenance)
;;; ;;;
(define %gnumaint-base-url (define %gnumaint-base-url
"http://cvs.savannah.gnu.org/viewvc/*checkout*/womb/gnumaint/") "https://web.cvs.savannah.gnu.org/viewvc/*checkout*/www/www/prep/gnumaint/")
(define %package-list-url (define %package-list-url
(string->uri (string->uri
......
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