From a2e1aecc0c56205762e1982aecee977c59a35d8d Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Tue, 31 Jan 2017 07:54:36 -0600 Subject: [PATCH] es: add ttuegel to maintainers --- pkgs/shells/es/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };