superTuxKart: update license from gpl2Plus to gpl3Plus

The source code is licensed under GPLv3 or later.
This was changed upstream at Nov 23, 2018 [here](https://github.com/supertuxkart/stk-code/commit/06952bfd524ce368e12e62aadcc8546b0786051c),
but wasn't updated here in nixpkgs, until now.

The game assets are released under a mixture of licenses and noted in their respective 'licenses.txt' files.
This commit is contained in:
Michi
2025-10-27 22:38:39 +01:00
committed by SchweGELBin
parent 2c57421485
commit 8d614300ab
+1 -1
View File
@@ -170,7 +170,7 @@ stdenv.mkDerivation rec {
Kart.
'';
homepage = "https://supertuxkart.net/";
license = lib.licenses.gpl2Plus;
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [
peterhoeg
];