otfcc: add ttuegel to maintainers

This commit is contained in:
Thomas Tuegel
2017-11-20 11:07:07 -06:00
parent ba9cf1f823
commit ffea7d8e9d
+1 -1
View File
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/caryll/otfcc;
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ jfrankenau ];
maintainers = with maintainers; [ jfrankenau ttuegel ];
};
}