about summary refs log tree commit diff
path: root/pkgs/games/shattered-pixel-dungeon
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2021-03-04 13:01:35 +0100
committerFrancesco Gazzetta <fgaz@fgaz.me>2021-03-04 13:01:35 +0100
commit035438a26b45f5152ca1533dd8790203a4d51360 (patch)
tree96810625ca7b4b8d3f0d3e6491efb25da71e5872 /pkgs/games/shattered-pixel-dungeon
parent4494db2d900a696331c1e5bc34b0a8d5540f1f3e (diff)
shattered-pixel-dungeon: specify gpl3Plus
Diffstat (limited to 'pkgs/games/shattered-pixel-dungeon')
-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 eea8d5650be17..bb897bc8b585b 100644
--- a/pkgs/games/shattered-pixel-dungeon/default.nix
+++ b/pkgs/games/shattered-pixel-dungeon/default.nix
@@ -79,7 +79,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