summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-29 03:48:15 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-29 04:07:44 +0100
commit30b8b2013b7153b6742ac5a8f39b010ed1742e25 (patch)
treeaf515a77f920c9898919ced45444722fa18e40b4 /gnu/packages/games.scm
parent146a4459db42e1fbda127e6f7a8db36253113b5e (diff)
gnu: lugaru: Don't use NAME in source URI.
* gnu/packages/games.scm (lugaru)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c1a0ee699f..7ae10f3f3f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4639,7 +4639,7 @@ monsters in a quest to find the mystifyingly fabulous Orb of Zot.")
(source (origin
(method url-fetch)
(uri (string-append "https://bitbucket.org/osslugaru/lugaru/downloads/"
- name "-" version ".tar.xz"))
+ "lugaru-" version ".tar.xz"))
(sha256
(base32
"15zgcshy22q51rm72zi6y9z7qlgnz5iw3gczjdlir4bqmxy4gspk"))))