summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/fonttools
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-28 15:27:53 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-28 15:28:14 +0100
commit44bc58a19bd040db0edb34dabc7c5844c5da405d (patch)
tree61716eb3671bcfc0def0ddfc4047f44f1fc367ee /pkgs/development/python-modules/fonttools
parentMerge pull request #114499 from sternenseemann/fonttools-4.21.0 (diff)
downloadnixpkgs-44bc58a19bd040db0edb34dabc7c5844c5da405d.tar.gz
pythonPackages.fonttools: add myself as maintainer
Although I did not originally add this package, I've been updating it basically exclusively in recent times and I can be pinged about it.
Diffstat (limited to 'pkgs/development/python-modules/fonttools')
-rw-r--r--pkgs/development/python-modules/fonttools/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/fonttools/default.nix b/pkgs/development/python-modules/fonttools/default.nix
index 9a654ea97d2a..407b72c953f1 100644
--- a/pkgs/development/python-modules/fonttools/default.nix
+++ b/pkgs/development/python-modules/fonttools/default.nix
@@ -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 ];
};
}