maintainers: remove joelteon

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:37:47 +02:00
parent 330f745f6f
commit a8517f95b8
3 changed files with 2 additions and 6 deletions

View File

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

View File

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

View File

@ -183,7 +183,7 @@ appleDerivation' stdenv {
'';
meta = with lib; {
maintainers = with maintainers; [ joelteon copumpkin ];
maintainers = with maintainers; [ copumpkin ];
platforms = platforms.darwin;
license = licenses.apsl20;
};