iosevka: add ttuegel to maintainers

This commit is contained in:
Thomas Tuegel
2017-11-19 12:04:30 -06:00
parent 1d89647433
commit 0a6b3492ee

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 ];
};
}