summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-25 12:24:34 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-25 12:59:39 +0100
commit799f484251e91f8e9064eb76cfdaddf3cb0ec893 (patch)
tree6d0cec75785fe3cf9cef22c7a9553668c8ea6572 /gnu/packages/perl.scm
parentf970946c1d3dc6d20bd48ec6f42c82a43bb7696f (diff)
downloadpatches-799f484251e91f8e9064eb76cfdaddf3cb0ec893.tar
patches-799f484251e91f8e9064eb76cfdaddf3cb0ec893.tar.gz
gnu: perl-object-signature: Update source URL.
* gnu/packages/perl.scm (perl-object-signature)[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 228e142510..2d8d1ec446 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6540,7 +6540,7 @@ number exists in a given range, and to be able to manipulate the range.")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://cpan/authors/id/A/AD/ADAMK/"
+ (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
"Object-Signature-" version ".tar.gz"))
(sha256
(base32 "12k90c19ly93ib1p6sm3k7sbnr2h5dbywkdmnff2ngm99p4m68c4"))))