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

shattered-pixel-dungeon: specify gpl3Plus
wip/yesman
Sandro 3 years ago committed by GitHub
commit 293283840f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save