diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 21:16:04 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 23:55:41 +0100 |
commit | f30444b9da293d5e0db41ed07b6162c5235a8e19 (patch) | |
tree | ea9b9801883f9bd1602923e610e0e38a30f13e93 /gnu/packages | |
parent | 88c6a1812c76947fae7ddc27c224264d71dc4639 (diff) | |
download | patches-f30444b9da293d5e0db41ed07b6162c5235a8e19.tar patches-f30444b9da293d5e0db41ed07b6162c5235a8e19.tar.gz |
gnu: compface: Don't use NAME in source URI.
* gnu/packages/mail.scm (compface)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages')
-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 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")))) |