diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 21:58:17 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-21 22:07:20 +0200 |
commit | 7e14ed93f5119fb47409e5d09f4dd54207f371ea (patch) | |
tree | d5ded95f5a2625e31263cd9d5216014c09f5db04 | |
parent | 240d9ef9a038f0a042db4eaa8577ede36eb44da8 (diff) | |
download | guix-7e14ed93f5119fb47409e5d09f4dd54207f371ea.tar guix-7e14ed93f5119fb47409e5d09f4dd54207f371ea.tar.gz |
gnu: getmail: Don't use NAME in source URI.
* gnu/packages/mail.scm (getmail)[source]: Hard-code NAME.
-rw-r--r-- | gnu/packages/mail.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 285585ed00..7e7d6be46c 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1003,7 +1003,7 @@ and search library.") (origin (method url-fetch) (uri (string-append "http://pyropus.ca/software/getmail/old-versions/" - name "-" version ".tar.gz")) + "getmail-" version ".tar.gz")) (sha256 (base32 "16nmvj80szr6yvcxxgmxn2lxqpjqqj4xg5a0b66zhvck6j42q3a6")))) |