mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: whois: Don't use NAME in source URI.
* gnu/packages/networking.scm (whois)[source]: Hard-code NAME.
This commit is contained in:
parent
d4ae72af47
commit
cc08576d9b
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ and up to 1 Mbit/s downstream.")
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://debian/pool/main/w/whois/"
|
||||
name "_" version ".tar.xz"))
|
||||
"whois_" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0gbg9fis05zf2fl4264jplbphy75l50k3g92cz6mkmbsklrn7v34"))))
|
||||
|
|
Loading…
Reference in a new issue