diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-14 21:22:32 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-14 22:01:40 +0100 |
commit | 189c0b33ba47f42d96d68822c5a277cfc47d1e76 (patch) | |
tree | d07060e17549ef8d8338440421ec508d79ff075b /gnu | |
parent | edd3a25606db598209599151482df4d96593ceae (diff) | |
download | patches-189c0b33ba47f42d96d68822c5a277cfc47d1e76.tar patches-189c0b33ba47f42d96d68822c5a277cfc47d1e76.tar.gz |
gnu: talkfilters: Don't use NAME in source URI.
* gnu/packages/games.scm (talkfilters)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index df1b31d544..44f59d7260 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1688,8 +1688,8 @@ level's exit. The game is presented in a 2D side view.") (source (origin (method url-fetch) - (uri (string-append "http://www.hyperrealm.com/" name "/" - name "-" version ".tar.gz")) + (uri (string-append "http://www.hyperrealm.com/talkfilters/" + "talkfilters-" version ".tar.gz")) (sha256 (base32 "19nc5vq4bnkjvhk8srqddzhcs93jyvpm9r6lzjzwc1mgf08yg0a6")))) (build-system gnu-build-system) |