about summary refs log tree commit diff
path: root/pkgs/games/manaplus/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/manaplus/default.nix')
-rw-r--r--pkgs/games/manaplus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/manaplus/default.nix b/pkgs/games/manaplus/default.nix
index 974564a4d5e35..deb12d45ad4b7 100644
--- a/pkgs/games/manaplus/default.nix
+++ b/pkgs/games/manaplus/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
     maintainers = [ ];
     description = "Free OpenSource 2D MMORPG client";
     homepage = "https://manaplus.org/";
-    license = lib.licenses.gpl2;
+    license = lib.licenses.gpl2Plus;
     broken = stdenv.isDarwin;
   };
 }