gnu: compface: Don't use NAME in source URI.

* gnu/packages/mail.scm (compface)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-09 21:16:04 +01:00
parent 88c6a1812c
commit f30444b9da
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))