From 60ac71a75622b7f1dec5ee8b7d649366294df1a7 Mon Sep 17 00:00:00 2001 From: Lynn Leichtle Date: Fri, 6 Sep 2024 21:54:25 +0200 Subject: [PATCH] missed a spot --- artoria/packages/games.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/artoria/packages/games.scm b/artoria/packages/games.scm index 3e3e727..8ef76b4 100644 --- a/artoria/packages/games.scm +++ b/artoria/packages/games.scm @@ -167,4 +167,5 @@ their associated options with a simple interface.") ; gamemode, localpeer license:asl2.0 ; classparser, systeminfo ;; Batch icon set: - (non-license:nonfree "file://COPYING.md"))))) + ;(non-license:nonfree "file://COPYING.md") + ))))