1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

tests: cpan: Fix mock urls.

Followup to 7a62263ee5.

* tests/cpan.scm (cpan->guix-package): Use "https" in mock urls.
This commit is contained in:
Eric Bavier
2016-08-31 09:56:00 -05:00
parent 7b44cae50a
commit 83ab1a812f

View File

@@ -66,9 +66,9 @@
(lambda ()
(display
(match url
("http://api.metacpan.org/release/Foo-Bar"
("https://api.metacpan.org/release/Foo-Bar"
test-json)
("http://api.metacpan.org/module/Test::Script"
("https://api.metacpan.org/module/Test::Script"
"{ \"distribution\" : \"Test-Script\" }")
("http://example.com/Foo-Bar-0.1.tar.gz"
test-source)