about summary refs log tree commit diff
path: root/pkgs/games/brogue-ce
diff options
context:
space:
mode:
authorJussi Kuokkanen <jussi.kuokkanen@protonmail.com>2024-03-19 14:26:06 +0200
committerJussi Kuokkanen <jussi.kuokkanen@protonmail.com>2024-03-21 18:09:24 +0200
commit82b45bf4547f4d705663e4d2593ac78e24a5d094 (patch)
tree8ba08875292bf6f73c93fba5f269197ebca75c8a /pkgs/games/brogue-ce
parent1b54a5cb78a4287042b2f4b6a78b1947778c110e (diff)
treewide: remove licenses.agpl3
Diffstat (limited to 'pkgs/games/brogue-ce')
-rw-r--r--pkgs/games/brogue-ce/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/brogue-ce/default.nix b/pkgs/games/brogue-ce/default.nix
index 1f454b53b6f1d..ee2862f9c445a 100644
--- a/pkgs/games/brogue-ce/default.nix
+++ b/pkgs/games/brogue-ce/default.nix
@@ -57,7 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
     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;
   };