Merge pull request #115067 from fgaz/shattered-pixel-dungeon/gpl3Plus

shattered-pixel-dungeon: specify gpl3Plus
This commit is contained in:
Sandro 2021-03-04 18:32:21 +01:00 committed by GitHub
commit 293283840f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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