summaryrefslogtreecommitdiff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-29 04:25:23 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-29 04:07:43 +0100
commit22da44e8c2e09815b83960960a808daf92cd8ec6 (patch)
treec45c81ceb622ad6e35cf84d34b905b75caca26b6 /gnu/packages/games.scm
parente9d4409bab594b3c28f7e74cfdcace7d1a7538c6 (diff)
gnu: laby: Don't use NAME in source URI.
* gnu/packages/games.scm (laby)[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 c9286f8346..2940c94c48 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3577,7 +3577,7 @@ Linux / Mac OS X servers, and an auto mapper with a VT100 map display.")
(origin (method url-fetch)
(uri (string-append
"https://github.com/sgimenez/laby/archive/"
- name "-" version ".tar.gz"))
+ "laby-" version ".tar.gz"))
(sha256
(base32
"0gyrfa95l1qka7gbjf7l6mk7mbfvph00l0c995ia272qdw7rjhyf"))