python39Packages.compreffor: add maintainer

This commit is contained in:
Sandro Jäckel
2022-01-31 13:29:21 +01:00
committed by Jonathan Ringer
parent 764a467e55
commit 9f2d73a5af

View File

@@ -40,5 +40,6 @@ buildPythonPackage rec {
description = "CFF table subroutinizer for FontTools";
homepage = "https://github.com/googlefonts/compreffor";
license = licenses.asl20;
maintainers = with maintainers; [ jtojnar ];
};
}