Skip to content
Snippets Groups Projects
Unverified Commit 8b9b5a7f authored by Arun Isaac's avatar Arun Isaac
Browse files

import: launchpad: Handle list of source URLs correctly.

* guix/import/launchpad.scm (updated-launchpad-url): Return updated URL when
package has a list of URLs, not the old URL.
parent ce04a92f
No related branches found
No related tags found
No related merge requests found
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2019, 2020 Arun Isaac <arunisaac@systemreboot.net>
;;;
;;; This file is part of GNU Guix.
;;;
......@@ -66,7 +66,7 @@ (define (updated-url url)
((? string?)
(updated-url source-uri))
((source-uri ...)
(find updated-url source-uri))))))
(any updated-url source-uri))))))
(_ #f)))
(define (launchpad-package? package)
......
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