mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
kodiPackages: add dschrempf
to kodi maintainer team
This commit is contained in:
parent
b5f6e3881a
commit
5a1f7f0c7e
|
@ -494,6 +494,7 @@ with lib.maintainers; {
|
|||
members = [
|
||||
aanderse
|
||||
cpages
|
||||
dschrempf
|
||||
edwtjo
|
||||
minijackson
|
||||
peterhoeg
|
||||
|
|
|
@ -20,6 +20,6 @@ buildKodiAddon rec {
|
|||
homepage = "https://github.com/mediathekview/plugin.video.mediathekview";
|
||||
description = "Access media libraries of German speaking broadcasting stations";
|
||||
license = licenses.mit;
|
||||
maintainers = teams.kodi.members ++ [ lib.maintainers.dschrempf ];
|
||||
maintainers = teams.kodi.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue