mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
plex-media-player: remove myself as a maintainer
This commit is contained in:
parent
f9d71bfbb0
commit
9c03664e4b
@ -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 New Issue
Block a user