summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-devel-globaldestruction/package.py
diff options
context:
space:
mode:
authorVanessasaurus <814322+vsoch@users.noreply.github.com>2021-08-26 14:05:24 -0600
committerGitHub <noreply@github.com>2021-08-26 15:05:24 -0500
commit6a26322eb35914961d7a377e7a89d8e1f698a573 (patch)
treec88ee7556c8997e88e7abdeeb2aaee045521055d /var/spack/repos/builtin/packages/perl-devel-globaldestruction/package.py
parent23106ac0f55623a155c1e74633890f7fb7d52d36 (diff)
downloadspack-6a26322eb35914961d7a377e7a89d8e1f698a573.tar.gz
spack-6a26322eb35914961d7a377e7a89d8e1f698a573.tar.bz2
spack-6a26322eb35914961d7a377e7a89d8e1f698a573.tar.xz
spack-6a26322eb35914961d7a377e7a89d8e1f698a573.zip
fixing "problems in speck" as identified by repology (#25491)
Most of these are perl packages that need to point to the meta docs site, and then a fair amount of http addresses that need to be https, and then the rest are usually documentation sites that no longer exist or were otherwise changes Signed-off-by: vsoch <vsoch@users.noreply.github.com> Co-authored-by: vsoch <vsoch@users.noreply.github.com>
Diffstat (limited to 'var/spack/repos/builtin/packages/perl-devel-globaldestruction/package.py')
-rw-r--r--var/spack/repos/builtin/packages/perl-devel-globaldestruction/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/perl-devel-globaldestruction/package.py b/var/spack/repos/builtin/packages/perl-devel-globaldestruction/package.py
index 6e79016d0d..e780b3e0e1 100644
--- a/var/spack/repos/builtin/packages/perl-devel-globaldestruction/package.py
+++ b/var/spack/repos/builtin/packages/perl-devel-globaldestruction/package.py
@@ -9,7 +9,7 @@ from spack import *
class PerlDevelGlobaldestruction(PerlPackage):
"""Makes Perl's global destruction less tricky to deal with"""
- homepage = "http://search.cpan.org/~haarg/Devel-GlobalDestruction-0.14/lib/Devel/GlobalDestruction.pm"
+ homepage = "https://metacpan.org/pod/Devel::GlobalDestruction"
url = "http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz"
version('0.14', sha256='34b8a5f29991311468fe6913cadaba75fd5d2b0b3ee3bb41fe5b53efab9154ab')