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; }; };