Add evanjs to maintainers

- Add evanjs to maintainer list
- Add evanjs to maintainers for cht.sh
This commit is contained in:
Evan Stoll
2019-08-06 18:38:55 -04:00
parent 9037a5acc2
commit 1632c09e23
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "CLI client for cheat.sh, a community driven cheat sheet";
license = licenses.mit;
maintainers = with maintainers; [ fgaz ];
maintainers = with maintainers; [ fgaz evanjs ];
homepage = https://github.com/chubin/cheat.sh;
};
}