diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-25 12:24:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-25 12:59:39 +0100 |
commit | 799f484251e91f8e9064eb76cfdaddf3cb0ec893 (patch) | |
tree | 6d0cec75785fe3cf9cef22c7a9553668c8ea6572 | |
parent | f970946c1d3dc6d20bd48ec6f42c82a43bb7696f (diff) |
gnu: perl-object-signature: Update source URL.
* gnu/packages/perl.scm (perl-object-signature)[source]: Update URL.
-rw-r--r-- | gnu/packages/perl.scm | 2 |
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")))) |