wesnoth: fix license information

source: https://github.com/wesnoth/wesnoth/blob/master/copyright
This commit is contained in:
Charlotte Van Petegem 2021-09-01 21:49:06 +02:00
parent bbf089dfb7
commit 96f02afbe5
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.wesnoth.org/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ abbradar ];
platforms = platforms.unix;
};