diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 57af461f274..2c72fee817a 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -8358,10 +8358,6 @@ githubId = 5378535; name = "Milo Gertjejansen"; }; - miltador = { - email = "miltador@yandex.ua"; - name = "Vasiliy Solovey"; - }; mimame = { email = "miguel.madrid.mencia@gmail.com"; github = "mimame"; diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix index 9f52eca2b35..394c668989a 100644 --- a/pkgs/applications/editors/jetbrains/default.nix +++ b/pkgs/applications/editors/jetbrains/default.nix @@ -94,7 +94,7 @@ let The new IDE extends the IntelliJ platform with the coding assistance and tool integrations specific for the Go language ''; - maintainers = [ maintainers.miltador ]; + maintainers = [ ]; }; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString stdenv.isLinux '' @@ -206,7 +206,7 @@ let apps, services and libraries, Unity games, ASP.NET and ASP.NET Core web applications. ''; - maintainers = [ maintainers.miltador ]; + maintainers = [ ]; }; }).overrideAttrs (attrs: { postPatch = lib.optionalString (!stdenv.isDarwin) (attrs.postPatch + ''