diff options
author | Eric Bavier <bavier@member.fsf.org> | 2017-10-28 18:19:33 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2017-10-28 18:20:59 -0500 |
commit | e4bc1727302b0e1e255ea5cf4e2ccf33cafe7296 (patch) | |
tree | 330a84724ff9d96031ab9dae1d01483c9c5e302b /tests | |
parent | 23055424f2628470a864106dbc4d4acb003399ee (diff) | |
download | patches-e4bc1727302b0e1e255ea5cf4e2ccf33cafe7296.tar patches-e4bc1727302b0e1e255ea5cf4e2ccf33cafe7296.tar.gz |
import: cpan: Add trailing "/" on home-page.
This appeases 'guix lint', which otherwise complains about permanent
redirects.
* guix/import/cpan.scm (cpan-module->sexp): Add trailing "/" on home-page.
* tests/cpan.scm ("cpan->guix-package"): Adjust accordingly.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cpan.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpan.scm b/tests/cpan.scm index 91e2cc6814..e5bd0ae3a4 100644 --- a/tests/cpan.scm +++ b/tests/cpan.scm @@ -97,7 +97,7 @@ ('propagated-inputs ('quasiquote (("perl-test-script" ('unquote 'perl-test-script))))) - ('home-page "http://search.cpan.org/dist/Foo-Bar") + ('home-page "http://search.cpan.org/dist/Foo-Bar/") ('synopsis "Fizzle Fuzz") ('description 'fill-in-yourself!) ('license 'perl-license)) |