about summary refs log tree commit diff
path: root/pkgs/games/brogue-ce/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/brogue-ce/default.nix')
-rw-r--r--pkgs/games/brogue-ce/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/brogue-ce/default.nix b/pkgs/games/brogue-ce/default.nix
index 32ca328492bc..ee2862f9c445 100644
--- a/pkgs/games/brogue-ce/default.nix
+++ b/pkgs/games/brogue-ce/default.nix
@@ -55,8 +55,9 @@ stdenv.mkDerivation (finalAttrs: {
 
   meta = with lib; {
     description = "A community-lead fork of the minimalist roguelike game Brogue";
+    mainProgram = "brogue-ce";
     homepage = "https://github.com/tmewett/BrogueCE";
-    license = licenses.agpl3;
+    license = licenses.agpl3Plus;
     maintainers = with maintainers; [ AndersonTorres fgaz ];
     platforms = platforms.all;
   };