about summary refs log tree commit diff
path: root/pkgs/games/shattered-pixel-dungeon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/shattered-pixel-dungeon/default.nix')
-rw-r--r--pkgs/games/shattered-pixel-dungeon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/shattered-pixel-dungeon/default.nix b/pkgs/games/shattered-pixel-dungeon/default.nix
index 3639eb46ffebc..8d92c88e1be4b 100644
--- a/pkgs/games/shattered-pixel-dungeon/default.nix
+++ b/pkgs/games/shattered-pixel-dungeon/default.nix
@@ -81,7 +81,7 @@ in stdenv.mkDerivation rec {
     homepage = "https://shatteredpixel.com/";
     downloadPage = "https://github.com/00-Evan/shattered-pixel-dungeon/releases";
     description = "Traditional roguelike game with pixel-art graphics and simple interface";
-    license = licenses.gpl3;
+    license = licenses.gpl3Plus;
     maintainers = with maintainers; [ fgaz ];
     platforms = platforms.all;
     # https://github.com/NixOS/nixpkgs/pull/99885#issuecomment-740065005