summary refs log tree commit diff
path: root/pkgs/shells/es
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2017-01-31 07:54:36 -0600
committerThomas Tuegel <ttuegel@gmail.com>2017-01-31 07:54:36 -0600
commita2e1aecc0c56205762e1982aecee977c59a35d8d (patch)
tree48a8bb6167d0c11a4508570fdba6888227ef46ed /pkgs/shells/es
parentace284ee9510a8058680425079ea7a3663f14281 (diff)
downloadnixlib-a2e1aecc0c56205762e1982aecee977c59a35d8d.tar
nixlib-a2e1aecc0c56205762e1982aecee977c59a35d8d.tar.gz
nixlib-a2e1aecc0c56205762e1982aecee977c59a35d8d.tar.bz2
nixlib-a2e1aecc0c56205762e1982aecee977c59a35d8d.tar.lz
nixlib-a2e1aecc0c56205762e1982aecee977c59a35d8d.tar.xz
nixlib-a2e1aecc0c56205762e1982aecee977c59a35d8d.tar.zst
nixlib-a2e1aecc0c56205762e1982aecee977c59a35d8d.zip
es: add ttuegel to maintainers
Diffstat (limited to 'pkgs/shells/es')
-rw-r--r--pkgs/shells/es/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/es/default.nix b/pkgs/shells/es/default.nix
index 62883a1c5455..789ddaf4d9bb 100644
--- a/pkgs/shells/es/default.nix
+++ b/pkgs/shells/es/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation {
       '';
     homepage = http://wryun.github.io/es-shell/;
     license = licenses.publicDomain;
-    maintainers = [ maintainers.sjmackenzie ];
+    maintainers = with maintainers; [ sjmackenzie ttuegel ];
     platforms = platforms.all;
   };