about summary refs log tree commit diff
path: root/pkgs/games/shattered-pixel-dungeon
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-04 18:32:21 +0100
committerGitHub <noreply@github.com>2021-03-04 18:32:21 +0100
commit293283840f1132db8cff7584a88dfa6b47ca0a82 (patch)
tree50f56a03eca9ee9eb88fbd11a23dfbc3ccc4bea9 /pkgs/games/shattered-pixel-dungeon
parent6c048ca795aef031d0d35ef51673de05d067aea6 (diff)
parent035438a26b45f5152ca1533dd8790203a4d51360 (diff)
Merge pull request #115067 from fgaz/shattered-pixel-dungeon/gpl3Plus
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 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