iosevka: add ttuegel to maintainers

This commit is contained in:
Thomas Tuegel 2017-11-19 12:04:30 -06:00
parent 1d89647433
commit 0a6b3492ee
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -52,6 +52,6 @@ stdenv.mkDerivation {
''; '';
license = licenses.ofl; license = licenses.ofl;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ cstrahan jfrankenau ]; maintainers = with maintainers; [ cstrahan jfrankenau ttuegel ];
}; };
} }