about summary refs log tree commit diff
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2018-12-13 09:08:24 +0100
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2018-12-13 11:51:53 +0000
commit22d46c4b6d853b2864dc3fe30f61424ccbc11c16 (patch)
treef53c2c9cd9c547133d16b70bdc41252c437dd0f7 /pkgs/applications/editors/atom
parente1de1050d4939c0efe55b6bb923ba0d2a8d371de (diff)
downloadnixlib-22d46c4b6d853b2864dc3fe30f61424ccbc11c16.tar
nixlib-22d46c4b6d853b2864dc3fe30f61424ccbc11c16.tar.gz
nixlib-22d46c4b6d853b2864dc3fe30f61424ccbc11c16.tar.bz2
nixlib-22d46c4b6d853b2864dc3fe30f61424ccbc11c16.tar.lz
nixlib-22d46c4b6d853b2864dc3fe30f61424ccbc11c16.tar.xz
nixlib-22d46c4b6d853b2864dc3fe30f61424ccbc11c16.tar.zst
nixlib-22d46c4b6d853b2864dc3fe30f61424ccbc11c16.zip
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.
Diffstat (limited to 'pkgs/applications/editors/atom')
-rw-r--r--pkgs/applications/editors/atom/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/atom/default.nix b/pkgs/applications/editors/atom/default.nix
index 4e6381f7d98f..710c3ca335a6 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;
     };
   };