iosevka: add ttuegel to maintainers

This commit is contained in:
Thomas Tuegel
2017-11-20 11:07:06 -06:00
parent 1d89647433
commit 0a6b3492ee
+1 -1
View File
@@ -52,6 +52,6 @@ stdenv.mkDerivation {
'';
license = licenses.ofl;
platforms = platforms.all;
maintainers = with maintainers; [ cstrahan jfrankenau ];
maintainers = with maintainers; [ cstrahan jfrankenau ttuegel ];
};
}