about summary refs log tree commit diff
path: root/pkgs/games/koboredux/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/koboredux/default.nix')
-rw-r--r--pkgs/games/koboredux/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/koboredux/default.nix b/pkgs/games/koboredux/default.nix
index cab22ce44034d..178b592436b9a 100644
--- a/pkgs/games/koboredux/default.nix
+++ b/pkgs/games/koboredux/default.nix
@@ -94,7 +94,7 @@ stdenv.mkDerivation rec {
       For the full experience, consider installing "koboredux" instead.
     '';
     homepage = "https://olofson.itch.io/kobo-redux";
-    license = with licenses; if useProprietaryAssets then unfree else gpl2;
+    license = with licenses; if useProprietaryAssets then unfree else gpl2Plus;
     platforms = platforms.all;
     maintainers = with maintainers; [ fgaz ];
   };