Merge pull request #262510 from pks-t/pks-kodi-plugin-video-netflix-add-pks-maintainer
kodi.packages.netflix: add pks as maintainer
This commit is contained in:
commit
68c8ffed7f
2 changed files with 7 additions and 1 deletions
|
@ -13932,6 +13932,12 @@
|
||||||
githubId = 610615;
|
githubId = 610615;
|
||||||
name = "Chih-Mao Chen";
|
name = "Chih-Mao Chen";
|
||||||
};
|
};
|
||||||
|
pks = {
|
||||||
|
email = "ps@pks.im";
|
||||||
|
github = "pks-t";
|
||||||
|
githubId = 4056630;
|
||||||
|
name = "Patrick Steinhardt";
|
||||||
|
};
|
||||||
plabadens = {
|
plabadens = {
|
||||||
name = "Pierre Labadens";
|
name = "Pierre Labadens";
|
||||||
email = "labadens.pierre+nixpkgs@gmail.com";
|
email = "labadens.pierre+nixpkgs@gmail.com";
|
||||||
|
|
|
@ -24,6 +24,6 @@ buildKodiAddon rec {
|
||||||
homepage = "https://github.com/CastagnaIT/plugin.video.netflix";
|
homepage = "https://github.com/CastagnaIT/plugin.video.netflix";
|
||||||
description = "Netflix VOD Services Add-on";
|
description = "Netflix VOD Services Add-on";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = teams.kodi.members;
|
maintainers = teams.kodi.members ++ [ maintainers.pks ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue