es: add ttuegel to maintainers

This commit is contained in:
Thomas Tuegel
2017-01-31 07:54:36 -06:00
parent ace284ee95
commit a2e1aecc0c
+1 -1
View File
@@ -34,7 +34,7 @@ stdenv.mkDerivation {
''; '';
homepage = http://wryun.github.io/es-shell/; homepage = http://wryun.github.io/es-shell/;
license = licenses.publicDomain; license = licenses.publicDomain;
maintainers = [ maintainers.sjmackenzie ]; maintainers = with maintainers; [ sjmackenzie ttuegel ];
platforms = platforms.all; platforms = platforms.all;
}; };