summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-12-23 10:48:19 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-08 23:50:55 +0100
commite20796dc7ae22bb212570855931a1e8ddf714f2b (patch)
tree54d45dd5d894b0e0c197b501bfc099c495bae94e
parent631249ddc04bac63b895c0a632ff6711b1e08104 (diff)
downloadpatches-e20796dc7ae22bb212570855931a1e8ddf714f2b.tar
patches-e20796dc7ae22bb212570855931a1e8ddf714f2b.tar.gz
gnu: hungrycat: Don't use NAME in source URI.
* gnu/packages/admin.scm (hungrycat)[source]: Hard-code name.
-rw-r--r--gnu/packages/admin.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 07dd7ecd3c..9515c2113e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2608,7 +2608,7 @@ application, collecting the information received.")
(method url-fetch)
(uri (string-append "https://github.com/jwilk/hungrycat/"
"releases/download/" version "/"
- name "-" version ".tar.gz"))
+ "hungrycat-" version ".tar.gz"))
(sha256
(base32
"03fc1zsrf99lvxa7b4ps6pbi43304wbxh1f6ci4q0vkal370yfwh"))))