times-newer-roman: add maintainer

This commit is contained in:
SystematicError
2026-04-03 17:07:14 +01:00
parent 3f672122e2
commit 3d5375321e
@@ -21,7 +21,7 @@ stdenvNoCC.mkDerivation {
description = "Font that looks just like Times New Roman, except each character is 5-10% wider";
homepage = "https://timesnewerroman.com/";
license = lib.licenses.gpl2Plus;
maintainers = [ ];
maintainers = with lib.maintainers; [ pancaek ];
platforms = lib.platforms.all;
};
}