From 9b289988623a932d1b4b941b49eacec401a81b9e Mon Sep 17 00:00:00 2001 From: Tim Steinbach Date: Thu, 8 Oct 2020 10:20:09 -0400 Subject: [PATCH] atom: Remove maintainer nequissimus --- pkgs/applications/editors/atom/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/atom/default.nix b/pkgs/applications/editors/atom/default.nix index 5f26fa23bc2..35640965c6f 100644 --- a/pkgs/applications/editors/atom/default.nix +++ b/pkgs/applications/editors/atom/default.nix @@ -85,7 +85,7 @@ let description = "A hackable text editor for the 21st Century"; homepage = "https://atom.io/"; license = licenses.mit; - maintainers = with maintainers; [ offline nequissimus ysndr ]; + maintainers = with maintainers; [ offline ysndr ]; platforms = platforms.x86_64; }; };