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";
|
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 = {
|
laikq = {
|
||||||
email = "gwen@quasebarth.de";
|
email = "gwen@quasebarth.de";
|
||||||
github = "laikq";
|
github = "laikq";
|
||||||
|
|
|
@ -41,7 +41,7 @@ in mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Streaming media player for Plex";
|
description = "Streaming media player for Plex";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ kylewlacy ];
|
maintainers = with maintainers; [ ];
|
||||||
homepage = "https://plex.tv";
|
homepage = "https://plex.tv";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue