From 73f33b93797383a356133a2e871af9c07f5b5376 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 29 Oct 2017 15:28:35 +0100 Subject: import: cpan: Add trailing "/" to CPAN-HOME. Prevent regression after commit e4bc1727302b0e1e255ea5cf4e2ccf33cafe7296. * guix/import/cpan.scm (cpan-home): Add trailing "/". --- guix/import/cpan.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/import/cpan.scm') diff --git a/guix/import/cpan.scm b/guix/import/cpan.scm index 5ba1adf402..b5dba2bc1c 100644 --- a/guix/import/cpan.scm +++ b/guix/import/cpan.scm @@ -115,7 +115,7 @@ (define (cpan-fetch name) (json-fetch (string-append "https://fastapi.metacpan.org/v1/release/" name))) (define (cpan-home name) - (string-append "http://search.cpan.org/dist/" name)) + (string-append "http://search.cpan.org/dist/" name "/")) (define (cpan-source-url meta) "Return the download URL for a module's source tarball." -- cgit v1.2.3