maintainers: remove miltador

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:57:16 +02:00
parent 0c35b851e4
commit d26d95d39a
2 changed files with 2 additions and 6 deletions

View file

@ -8358,10 +8358,6 @@
githubId = 5378535; githubId = 5378535;
name = "Milo Gertjejansen"; name = "Milo Gertjejansen";
}; };
miltador = {
email = "miltador@yandex.ua";
name = "Vasiliy Solovey";
};
mimame = { mimame = {
email = "miguel.madrid.mencia@gmail.com"; email = "miguel.madrid.mencia@gmail.com";
github = "mimame"; github = "mimame";

View file

@ -94,7 +94,7 @@ let
The new IDE extends the IntelliJ platform with the coding assistance The new IDE extends the IntelliJ platform with the coding assistance
and tool integrations specific for the Go language and tool integrations specific for the Go language
''; '';
maintainers = [ maintainers.miltador ]; maintainers = [ ];
}; };
}).overrideAttrs (attrs: { }).overrideAttrs (attrs: {
postFixup = (attrs.postFixup or "") + lib.optionalString stdenv.isLinux '' postFixup = (attrs.postFixup or "") + lib.optionalString stdenv.isLinux ''
@ -206,7 +206,7 @@ let
apps, services and libraries, Unity games, ASP.NET and apps, services and libraries, Unity games, ASP.NET and
ASP.NET Core web applications. ASP.NET Core web applications.
''; '';
maintainers = [ maintainers.miltador ]; maintainers = [ ];
}; };
}).overrideAttrs (attrs: { }).overrideAttrs (attrs: {
postPatch = lib.optionalString (!stdenv.isDarwin) (attrs.postPatch + '' postPatch = lib.optionalString (!stdenv.isDarwin) (attrs.postPatch + ''