plex-media-player: remove myself as a maintainer

This commit is contained in:
Kyle Lacy 2020-11-24 21:12:06 -08:00
parent f9d71bfbb0
commit 9c03664e4b
2 changed files with 1 additions and 7 deletions

View File

@ -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";

View File

@ -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";
};
}