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

* gnu/packages/games.scm (laby)[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 c9286f8346c..2940c94c48c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3577,7 +3577,7 @@ (define-public laby
      (origin (method url-fetch)
              (uri (string-append
                    "https://github.com/sgimenez/laby/archive/"
-                   name "-" version ".tar.gz"))
+                   "laby-" version ".tar.gz"))
              (sha256
               (base32
                "0gyrfa95l1qka7gbjf7l6mk7mbfvph00l0c995ia272qdw7rjhyf"))
-- 
GitLab