about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2020-06-05 20:10:21 -0400
committerGitHub <noreply@github.com>2020-06-05 20:10:21 -0400
commitdd3f483a0583e4eff4d1123926519d7d2ac63af5 (patch)
tree1ed2d11a0aabaabbd3bc79b6eb585f22947d019e /pkgs/games
parent3570c1303eaa747600e83cb248792af970ac2220 (diff)
parent4cb3c06d44c11aacfb12290493c8d5d4e4ac6eb0 (diff)
Merge pull request #89517 from aanderse/tome4
tome4: fix error in .desktop file
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/tome4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/tome4/default.nix b/pkgs/games/tome4/default.nix
index 99391f2e30182..59dced9ac67db 100644
--- a/pkgs/games/tome4/default.nix
+++ b/pkgs/games/tome4/default.nix
@@ -9,7 +9,7 @@ let
     name = pname;
     exec = "@out@/bin/${pname}";
     icon = pname;
-    terminal = "False";
+    terminal = "false";
     comment = "An open-source, single-player, role-playing roguelike game set in the world of Eyal.";
     type = "Application";
     categories = "Game;RolePlaying;";