summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-09 21:16:04 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-09 23:55:41 +0100
commitf30444b9da293d5e0db41ed07b6162c5235a8e19 (patch)
treeea9b9801883f9bd1602923e610e0e38a30f13e93
parent88c6a1812c76947fae7ddc27c224264d71dc4639 (diff)
downloadpatches-f30444b9da293d5e0db41ed07b6162c5235a8e19.tar
patches-f30444b9da293d5e0db41ed07b6162c5235a8e19.tar.gz
gnu: compface: Don't use NAME in source URI.
* gnu/packages/mail.scm (compface)[source]: Hard-code NAME.
-rw-r--r--gnu/packages/mail.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 27f7820176..23d5ec697f 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1150,7 +1150,7 @@ MailCore 2.")
(method url-fetch)
(uri (string-append "https://ftp.heanet.ie/mirrors/"
"ftp.xemacs.org/aux/"
- name "-" version ".tar.gz"))
+ "compface-" version ".tar.gz"))
(sha256
(base32
"09b89wg63hg502hsz592cd2h87wdprb1dq1k1y07n89hym2q56d6"))))