diff options
author | Christopher Baines <mail@cbaines.net> | 2019-04-12 20:48:20 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-04-12 20:56:21 +0100 |
commit | 81343b9a345d383695e68dc6c19af19ebf71cb3a (patch) | |
tree | f2efc8d169704ce41417ec393eb20cf6b80e64c7 /gnu/packages | |
parent | e768c37e3fdf56b8416553d6dd62bb9ecd98b506 (diff) |
gnu: Fix uri for perl-template-toolkit.
* gnu/packages/perl.scm (perl-template-toolkit)[source]: Fix origin uri.
Diffstat (limited to 'gnu/packages')
-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 df3e8b333c..31a8d9a784 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -7999,7 +7999,7 @@ error encouraging the user to seek support.") (source (origin (method url-fetch) - (uri (string-append "mirror://cpan/authors/id/A/AB/ABW/" + (uri (string-append "mirror://cpan/authors/id/A/AT/ATOOMIC/" "Template-Toolkit-" version ".tar.gz")) (sha256 (base32 |