From 22d46c4b6d853b2864dc3fe30f61424ccbc11c16 Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Thu, 13 Dec 2018 09:08:24 +0100 Subject: [PATCH] atom: remove myself as maintainer I longer use atom, so I won't be regularly updating it. I am hereby removing myself as maintainer to reflect this. --- 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 4e6381f7d98..710c3ca335a 100644 --- a/pkgs/applications/editors/atom/default.nix +++ b/pkgs/applications/editors/atom/default.nix @@ -79,7 +79,7 @@ let description = "A hackable text editor for the 21st Century"; homepage = https://atom.io/; license = licenses.mit; - maintainers = with maintainers; [ offline nequissimus synthetica ysndr ]; + maintainers = with maintainers; [ offline nequissimus ysndr ]; platforms = platforms.x86_64; }; };