mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
kodi.packages.netflix: add pks to maintainers
This commit is contained in:
parent
15d241a40a
commit
feee795c45
@ -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 New Issue
Block a user