summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-25 13:34:59 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-25 13:34:59 +0100
commita7da90936f100336e70fb2e89a41b72673d1be08 (patch)
tree9788ea141bc830a6de35a6849e321546f57a48c9
parent83617aec58a72c2683481a8b3d22140be436ede6 (diff)
downloadpatches-a7da90936f100336e70fb2e89a41b72673d1be08.tar
patches-a7da90936f100336e70fb2e89a41b72673d1be08.tar.gz
gnu: perl-base: Update source URL.
* gnu/packages/perl.scm (perl-base)[source]: Update URL.
-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 cacb1dee25..c93080af82 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -387,7 +387,7 @@ error when it would have happened.")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://cpan/authors/id/R/RG/RGARCIA/"
+ (uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
"base-" version ".tar.gz"))
(sha256
(base32 "1pjxcbbcpwlgzm0fzsbqd58zn8cj9vwril1wn3xfd7ws550mixa0"))))