Skip to content

Commit

Permalink
plex-media-player: remove myself as a maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Nov 25, 2020
1 parent f9d71bf commit 9c03664
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4801,12 +4801,6 @@
fingerprint = "5A9A 1C9B 2369 8049 3B48 CF5B 81A1 5409 4816 2372";
}];
};
kylewlacy = {
email = "[email protected]";
github = "kylewlacy";
githubId = 1362179;
name = "Kyle Lacy";
};
laikq = {
email = "[email protected]";
github = "laikq";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/video/plex-media-player/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit 9c03664

Please sign in to comment.