guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: import: cpan: Adjust test to new URL.


From: Ludovic Courtès
Subject: 05/05: import: cpan: Adjust test to new URL.
Date: Fri, 24 Aug 2018 12:06:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit dccd29d17dc6ca6a4f2820ce5f5d4d81f4768e4a
Author: Ludovic Courtès <address@hidden>
Date:   Fri Aug 24 18:04:07 2018 +0200

    import: cpan: Adjust test to new URL.
    
    This is a followup to 9aba9b127840a116c806a2cbac901cf8077abcd0.
    
    * tests/cpan.scm ("cpan->guix-package"): Adjust 'home-page' URL.
---
 tests/cpan.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/cpan.scm b/tests/cpan.scm
index e5bd0ae..396744e 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 "https://metacpan.org/release/Foo-Bar";)
                    ('synopsis "Fizzle Fuzz")
                    ('description 'fill-in-yourself!)
                    ('license 'perl-license))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]