forked from mirrors/nixpkgs
Merge pull request #114664 from sternenseemann/fonttools-maintainer
pythonPackages.fonttools: add myself as maintainer
This commit is contained in:
commit
39be4b5be8
|
@ -67,9 +67,10 @@ buildPythonPackage rec {
|
|||
-k 'not ttcompile_timestamp_calcs and not recalc_timestamp'
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/fonttools/fonttools";
|
||||
description = "A library to manipulate font files from Python";
|
||||
license = lib.licenses.mit;
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.sternenseemann ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue