From 8b1de6a0057bcde0670d2a0e1f5dde3df1ae8628 Mon Sep 17 00:00:00 2001 From: Steven Kou Date: Thu, 5 Oct 2023 01:30:54 -0400 Subject: [PATCH] jetbrains.gateway: remove maintainer --- 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 07372413b73c..a278a05fe33b 100644 --- a/pkgs/applications/editors/jetbrains/default.nix +++ b/pkgs/applications/editors/jetbrains/default.nix @@ -124,7 +124,7 @@ let server with your local machine, downloads necessary components on the backend, and opens your project in JetBrains Client. ''; - maintainers = with maintainers; [ kouyk ]; + maintainers = with maintainers; [ ]; }; });