Commit 3d537532 authored by SystematicError's avatar SystematicError
Browse files

times-newer-roman: add maintainer

parent 3f672122
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}