summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/games.scm4
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)