diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-10-10 09:36:07 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-10-10 09:36:07 +0300 |
commit | ff0ecefc0ec1b2febe47db71c43a18f0aee41eff (patch) | |
tree | 433dc126afe845b3cf981a7ece75b8a1e4a4bf4a /gnu/packages/games.scm | |
parent | aed023ffd44727144571ff1f3b2e5d6c7a073610 (diff) | |
download | guix-ff0ecefc0ec1b2febe47db71c43a18f0aee41eff.tar guix-ff0ecefc0ec1b2febe47db71c43a18f0aee41eff.tar.gz |
gnu: laby: Update source uri.
* gnu/packages/games.scm (laby)[source]: Use the publicly visible
download uri.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8940196301..2bb53e08ec 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2787,12 +2787,11 @@ auto mapper with a VT100 map display.") (source (origin (method url-fetch) (uri (string-append - "https://github.com/sgimenez/laby/tarball/" - name "-" version)) - (file-name (string-append name "-" version ".tar.gz")) + "https://github.com/sgimenez/laby/archive/" + name "-" version ".tar.gz")) (sha256 (base32 - "113ip48308ps3lsw427xswgx3wdanils43nyal9n4jr6bcx1bj2j")) + "0gyrfa95l1qka7gbjf7l6mk7mbfvph00l0c995ia272qdw7rjhyf")) (patches (search-patches "laby-make-install.patch")))) (build-system gnu-build-system) (inputs |