about summary refs log tree commit diff
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2018-05-15 20:33:41 +0200
committerPatrick Hilhorst <git@hilhorst.be>2018-05-15 20:33:41 +0200
commit36a4e543729903bf3ad8e1ed25ab507538bc8a92 (patch)
tree24aef4da388dfc7daf98d1a62a287826fb641245 /pkgs/applications/editors/atom
parent87b0afb0069950ee6573a911906b1cca7b2da9a3 (diff)
downloadnixlib-36a4e543729903bf3ad8e1ed25ab507538bc8a92.tar
nixlib-36a4e543729903bf3ad8e1ed25ab507538bc8a92.tar.gz
nixlib-36a4e543729903bf3ad8e1ed25ab507538bc8a92.tar.bz2
nixlib-36a4e543729903bf3ad8e1ed25ab507538bc8a92.tar.lz
nixlib-36a4e543729903bf3ad8e1ed25ab507538bc8a92.tar.xz
nixlib-36a4e543729903bf3ad8e1ed25ab507538bc8a92.tar.zst
nixlib-36a4e543729903bf3ad8e1ed25ab507538bc8a92.zip
atom: add myself as maintainer
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 606f5db89f6a..225ec6a9456f 100644
--- a/pkgs/applications/editors/atom/default.nix
+++ b/pkgs/applications/editors/atom/default.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
     description = "A hackable text editor for the 21st Century";
     homepage = https://atom.io/;
     license = licenses.mit;
-    maintainers = [ maintainers.offline maintainers.nequissimus maintainers.ysndr ];
+    maintainers = with maintainers; [ offline nequissimus synthetica ysndr ];
     platforms = [ "x86_64-linux" ];
   };
 }