kodiPackages.steam-controller: set license

source: https://github.com/kodi-game/peripheral.steamcontroller/blob/master/LICENSE.md
This commit is contained in:
jopejoe1
2026-05-04 16:58:04 +02:00
parent 7bd05e48c4
commit e3417008fd
@@ -22,5 +22,6 @@ buildKodiBinaryAddon rec {
description = "Binary addon for steam controller";
platforms = lib.platforms.all;
teams = [ lib.teams.kodi ];
license = lib.licenses.gpl2Only;
};
}