mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
maintainers: remove joelteon
no github account linked
This commit is contained in:
parent
330f745f6f
commit
a8517f95b8
@ -6116,10 +6116,6 @@
|
||||
githubId = 336631;
|
||||
name = "Joel Moberg";
|
||||
};
|
||||
joelteon = {
|
||||
email = "me@joelt.io";
|
||||
name = "Joel Taylor";
|
||||
};
|
||||
joepie91 = {
|
||||
email = "admin@cryto.net";
|
||||
matrix = "@joepie91:pixie.town";
|
||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Translator English -- C/C++ declarations";
|
||||
license = lib.licenses.publicDomain;
|
||||
maintainers = with lib.maintainers; [joelteon];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -183,7 +183,7 @@ appleDerivation' stdenv {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
maintainers = with maintainers; [ joelteon copumpkin ];
|
||||
maintainers = with maintainers; [ copumpkin ];
|
||||
platforms = platforms.darwin;
|
||||
license = licenses.apsl20;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user