From b125b88783c6d7aa39e98cd4d9d8f857c257c398 Mon Sep 17 00:00:00 2001 From: Ignat Loskutov Date: Tue, 6 Oct 2020 22:47:34 +0300 Subject: [PATCH] datagrip: remove loskutov from maintainers I haven't been actively maintaining this derivation; provided that updates are made by scripts, it looks like it's time to finally abandon it. --- pkgs/applications/editors/jetbrains/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix index d54513971a8..ed2720ffa6e 100644 --- a/pkgs/applications/editors/jetbrains/default.nix +++ b/pkgs/applications/editors/jetbrains/default.nix @@ -90,7 +90,7 @@ let It allows you to quickly migrate and refactor relational databases, construct efficient, statically checked SQL queries and much more. ''; - maintainers = with maintainers; [ loskutov ]; + maintainers = with maintainers; [ ]; platforms = platforms.linux; }; });