gitkraken: add evanjs to maintainers

This commit is contained in:
Evan Stoll 2019-08-17 22:04:38 -04:00
parent 58b482987e
commit 0be1f764fb

View file

@ -106,6 +106,6 @@ stdenv.mkDerivation rec {
description = "The downright luxurious and most popular Git client for Windows, Mac & Linux";
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with maintainers; [ xnwdd ];
maintainers = with maintainers; [ xnwdd evanjs ];
};
}