mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
import: cpan: Add trailing "/" to CPAN-HOME.
Prevent regression after commit e4bc172730
.
* guix/import/cpan.scm (cpan-home): Add trailing "/".
This commit is contained in:
parent
adce670797
commit
73f33b9379
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ (define (cpan-fetch name)
|
||||||
(json-fetch (string-append "https://fastapi.metacpan.org/v1/release/" name)))
|
(json-fetch (string-append "https://fastapi.metacpan.org/v1/release/" name)))
|
||||||
|
|
||||||
(define (cpan-home 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)
|
(define (cpan-source-url meta)
|
||||||
"Return the download URL for a module's source tarball."
|
"Return the download URL for a module's source tarball."
|
||||||
|
|
Loading…
Reference in a new issue