From 96f02afbe58d243835c9b7da811c6bab61690ed9 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 1 Sep 2021 21:49:06 +0200 Subject: [PATCH] wesnoth: fix license information source: https://github.com/wesnoth/wesnoth/blob/master/copyright --- pkgs/games/wesnoth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/wesnoth/default.nix b/pkgs/games/wesnoth/default.nix index 08346f440d0b..ae23cc799ceb 100644 --- a/pkgs/games/wesnoth/default.nix +++ b/pkgs/games/wesnoth/default.nix @@ -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; };