From 071782762a34a0714a66b935406ffa879b9836dc Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Fri, 29 Mar 2019 01:22:49 +0100
Subject: [PATCH] gnu: fizmo: Don't use NAME in source URI.

* gnu/packages/games.scm (fizmo)[source]: Hard-code NAME.
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 6e2f9c10912..5a40ae349aa 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1980,7 +1980,7 @@ (define-public fizmo
     (source (origin
               (method url-fetch)
               (uri (string-append "https://fizmo.spellbreaker.org/source/"
-                                  name "-" version ".tar.gz"))
+                                  "fizmo-" version ".tar.gz"))
               (sha256
                (base32
                 "1amyc4n41jf08kxmdgkk30bzzx54miaxa97w28f417qwn8lrl98w"))))
-- 
GitLab