Merge pull request #114664 from sternenseemann/fonttools-maintainer

pythonPackages.fonttools: add myself as maintainer
This commit is contained in:
Fabian Affolter 2021-02-28 16:50:19 +01:00 committed by GitHub
commit 39be4b5be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};
}