diff --git a/debian/control b/debian/control index a9be352..cd73ba9 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libany-moose-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libany-moose-perl.git -Homepage: http://search.cpan.org/dist/Any-Moose/ +Homepage: https://metacpan.org/release/Any-Moose/ Package: libany-moose-perl Architecture: all diff --git a/debian/copyright b/debian/copyright index 1017c38..3f352b6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Any-Moose -Source: http://search.cpan.org/dist/Any-Moose/ +Source: https://metacpan.org/release/Any-Moose/ Upstream-Contact: Shawn M Moore Files: * diff --git a/debian/watch b/debian/watch index 51aeb84..568fa23 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Any-Moose/ .*/Any-Moose-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/Any-Moose/ .*/Any-Moose-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$