diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-22 15:32:13 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-22 15:35:32 +0200 |
commit | cc08576d9b562f60659ad17622c0e1c8e3996977 (patch) | |
tree | 3f1a6a9ee815eb65dcf51264a84c21495766105f | |
parent | d4ae72af47506f6fd992043e9879b4200a757d0e (diff) |
gnu: whois: Don't use NAME in source URI.
* gnu/packages/networking.scm (whois)[source]: Hard-code NAME.
-rw-r--r-- | gnu/packages/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 79262cbc27..75677a9394 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -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")))) |