Merge pull request #104863 from kylewlacy/plex-media-player_update-maintainers
plex-media-player: remove myself as a maintainer
This commit is contained in:
commit
342ec6fce6
2 changed files with 1 additions and 7 deletions
|
@ -4801,12 +4801,6 @@
|
|||
fingerprint = "5A9A 1C9B 2369 8049 3B48 CF5B 81A1 5409 4816 2372";
|
||||
}];
|
||||
};
|
||||
kylewlacy = {
|
||||
email = "kylelacy+nix@pm.me";
|
||||
github = "kylewlacy";
|
||||
githubId = 1362179;
|
||||
name = "Kyle Lacy";
|
||||
};
|
||||
laikq = {
|
||||
email = "gwen@quasebarth.de";
|
||||
github = "laikq";
|
||||
|
|
|
@ -41,7 +41,7 @@ in mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
description = "Streaming media player for Plex";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ kylewlacy ];
|
||||
maintainers = with maintainers; [ ];
|
||||
homepage = "https://plex.tv";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue