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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user