summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-25 13:18:21 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-25 13:18:35 +0100
commite68f20502cc80b2dd02b9d4045b6b7ec0ce92703 (patch)
tree15d3e998a9b35f6f6c88d7430a8d23ff77d023df /gnu/packages/perl.scm
parent5ca9cb1e177154c7c4cca3fb46aec47fade5ccad (diff)
downloadpatches-e68f20502cc80b2dd02b9d4045b6b7ec0ce92703.tar
patches-e68f20502cc80b2dd02b9d4045b6b7ec0ce92703.tar.gz
gnu: perl-class-c3-componentised: Update source URL.
* gnu/packages/perl.scm (perl-class-c3-componentised)[source]: Update URL.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 69c710a031..641f0c2cee 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -981,7 +981,7 @@ supporting the same interface, but using Class::C3 to do the hard work.")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://cpan/authors/id/F/FR/FREW/"
+ (uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/"
"Class-C3-Componentised-" version ".tar.gz"))
(sha256
(base32 "14wn1g45z3b5apqq7dcai5drk01hfyqydsd2m6hsxzhyvi3b2l9h"))))