kodi.packages: add some missing licenses
This commit is contained in:
parent
3b21be2b05
commit
ac7c606dab
@ -16,6 +16,7 @@ buildKodiAddon rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Add support for different gaming controllers.";
|
description = "Add support for different gaming controllers.";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
license = licenses.odbl;
|
||||||
maintainers = teams.kodi.members;
|
maintainers = teams.kodi.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -23,6 +23,7 @@ buildKodiBinaryAddon rec {
|
|||||||
homepage = "https://github.com/peak3d/inputstream.adaptive";
|
homepage = "https://github.com/peak3d/inputstream.adaptive";
|
||||||
description = "Kodi inputstream addon for several manifest types";
|
description = "Kodi inputstream addon for several manifest types";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
license = licenses.gpl2Only;
|
||||||
maintainers = teams.kodi.members;
|
maintainers = teams.kodi.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -14,6 +14,7 @@ buildKodiBinaryAddon rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Binary addon for raw joystick input.";
|
description = "Binary addon for raw joystick input.";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
license = licenses.gpl2Only;
|
||||||
maintainers = teams.kodi.members;
|
maintainers = teams.kodi.members;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@ buildKodiAddon rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://forum.kodi.tv/showthread.php?tid=187421";
|
homepage = "https://forum.kodi.tv/showthread.php?tid=187421";
|
||||||
description = "A comic book reader";
|
description = "A comic book reader";
|
||||||
|
license = licenses.gpl2Plus;
|
||||||
maintainers = teams.kodi.members;
|
maintainers = teams.kodi.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -15,6 +15,7 @@ buildKodiBinaryAddon rec {
|
|||||||
homepage = "https://github.com/kodi-pvr/pvr.hdhomerun";
|
homepage = "https://github.com/kodi-pvr/pvr.hdhomerun";
|
||||||
description = "Kodi's HDHomeRun PVR client addon";
|
description = "Kodi's HDHomeRun PVR client addon";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
license = licenses.gpl2Only;
|
||||||
maintainers = teams.kodi.members;
|
maintainers = teams.kodi.members;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ buildKodiBinaryAddon rec {
|
|||||||
homepage = "https://github.com/kodi-pvr/pvr.hts";
|
homepage = "https://github.com/kodi-pvr/pvr.hts";
|
||||||
description = "Kodi's Tvheadend HTSP client addon";
|
description = "Kodi's Tvheadend HTSP client addon";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
license = licenses.gpl2Only;
|
||||||
maintainers = teams.kodi.members;
|
maintainers = teams.kodi.members;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@ buildKodiAddon {
|
|||||||
restart/maximise. Running pre/post Steam scripts can be
|
restart/maximise. Running pre/post Steam scripts can be
|
||||||
configured via the addon.
|
configured via the addon.
|
||||||
'';
|
'';
|
||||||
|
license = licenses.gpl2Only;
|
||||||
maintainers = teams.kodi.members;
|
maintainers = teams.kodi.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,6 +21,7 @@ buildKodiAddon rec {
|
|||||||
is the preferred video format by the plugin.
|
is the preferred video format by the plugin.
|
||||||
'';
|
'';
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
license = licenses.gpl3Plus;
|
||||||
maintainers = teams.kodi.members;
|
maintainers = teams.kodi.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user