aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/tome4
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2020-06-04 20:31:42 -0400
committerAaron Andersen <aaron@fosslib.net>2020-06-04 20:31:42 -0400
commit4cb3c06d44c11aacfb12290493c8d5d4e4ac6eb0 (patch)
tree00e01333fd9c02d162289ce5fc58941d5a314fab /pkgs/games/tome4
parent4f9053c6050e958205be41a6cd3a71a279ef5fa5 (diff)
tome4: fix error in .desktop file
Diffstat (limited to 'pkgs/games/tome4')
-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 99391f2e3018..59dced9ac67d 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;";