diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-29 15:53:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-29 17:32:35 +0100 |
commit | 29f7bf59d5d4d4b848eaedc6766bb4e02cae20d3 (patch) | |
tree | 8c33ae8646a952245f055aca47cbf4863397c96d /tests | |
parent | 6d176ad379e35b3a85da2fb74bc7d2053569602f (diff) | |
download | patches-29f7bf59d5d4d4b848eaedc6766bb4e02cae20d3.tar patches-29f7bf59d5d4d4b848eaedc6766bb4e02cae20d3.tar.gz |
import: cpan: Use HTTPS for home pages.
* guix/import/cpan.scm (cpan-home): Use HTTPS.
* tests/cpan.scm ("cpan->guix-package"): Expect it.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cpan.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cpan.scm b/tests/cpan.scm index e5bd0ae3a4..36712ceeb7 100644 --- a/tests/cpan.scm +++ b/tests/cpan.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2016 Alex Sassmannshausen <alex@pompo.co> +;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -97,7 +98,7 @@ ('propagated-inputs ('quasiquote (("perl-test-script" ('unquote 'perl-test-script))))) - ('home-page "http://search.cpan.org/dist/Foo-Bar/") + ('home-page "https://search.cpan.org/dist/Foo-Bar/") ('synopsis "Fizzle Fuzz") ('description 'fill-in-yourself!) ('license 'perl-license)) |