kodi.packages: add some missing licenses

This commit is contained in:
Aaron Andersen 2021-03-18 20:05:39 -04:00
parent 3b21be2b05
commit ac7c606dab
8 changed files with 8 additions and 0 deletions

View file

@ -16,6 +16,7 @@ buildKodiAddon rec {
meta = with lib; {
description = "Add support for different gaming controllers.";
platforms = platforms.all;
license = licenses.odbl;
maintainers = teams.kodi.members;
};
}

View file

@ -23,6 +23,7 @@ buildKodiBinaryAddon rec {
homepage = "https://github.com/peak3d/inputstream.adaptive";
description = "Kodi inputstream addon for several manifest types";
platforms = platforms.all;
license = licenses.gpl2Only;
maintainers = teams.kodi.members;
};
}

View file

@ -14,6 +14,7 @@ buildKodiBinaryAddon rec {
meta = with lib; {
description = "Binary addon for raw joystick input.";
platforms = platforms.all;
license = licenses.gpl2Only;
maintainers = teams.kodi.members;
};

View file

@ -14,6 +14,7 @@ buildKodiAddon rec {
meta = with lib; {
homepage = "https://forum.kodi.tv/showthread.php?tid=187421";
description = "A comic book reader";
license = licenses.gpl2Plus;
maintainers = teams.kodi.members;
};
}

View file

@ -15,6 +15,7 @@ buildKodiBinaryAddon rec {
homepage = "https://github.com/kodi-pvr/pvr.hdhomerun";
description = "Kodi's HDHomeRun PVR client addon";
platforms = platforms.all;
license = licenses.gpl2Only;
maintainers = teams.kodi.members;
};

View file

@ -15,6 +15,7 @@ buildKodiBinaryAddon rec {
homepage = "https://github.com/kodi-pvr/pvr.hts";
description = "Kodi's Tvheadend HTSP client addon";
platforms = platforms.all;
license = licenses.gpl2Only;
maintainers = teams.kodi.members;
};

View file

@ -23,6 +23,7 @@ buildKodiAddon {
restart/maximise. Running pre/post Steam scripts can be
configured via the addon.
'';
license = licenses.gpl2Only;
maintainers = teams.kodi.members;
};
}

View file

@ -21,6 +21,7 @@ buildKodiAddon rec {
is the preferred video format by the plugin.
'';
platforms = platforms.all;
license = licenses.gpl3Plus;
maintainers = teams.kodi.members;
};
}