diff mbox series

[meta-perl,17/42] libfile-slurp-perl: Change references to search.cpan.org to use metacpan.org

Message ID 20241024201806.440273-18-schonm@gmail.com
State Under Review
Headers show
Series | expand

Commit Message

J. S. Oct. 24, 2024, 8:07 p.m. UTC
Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb b/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb
index 3f138baa4..b9ef4c8bb 100644
--- a/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb
+++ b/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb
@@ -4,10 +4,11 @@  DESCRIPTION = "This module provides subroutines to read or write \
   reading the list of filenames in a directory. \
 "
 SECTION = "libs"
+HOMEPAGE = "https://metacpan.org/release/URI/File-Slurp-9999.19"
 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
 
 LIC_FILES_CHKSUM = "file://README;beginline=37;endline=41;md5=255fbd5f98a90d51d9908d31271ae4d4"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/U/UR/URI/File-Slurp-${PV}.tar.gz"
+SRC_URI = "https://cpan.metacpan.org/authors/id/U/UR/URI/File-Slurp-${PV}.tar.gz"
 
 S = "${WORKDIR}/File-Slurp-${PV}"