summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-fontconfig
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-fontconfig')
-rw-r--r--pkgs/development/python-modules/python-fontconfig/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-fontconfig/default.nix b/pkgs/development/python-modules/python-fontconfig/default.nix
index 88778ff794ea..4aabb208a90c 100644
--- a/pkgs/development/python-modules/python-fontconfig/default.nix
+++ b/pkgs/development/python-modules/python-fontconfig/default.nix
@@ -29,6 +29,6 @@ in buildPythonPackage rec {
homepage = "https://github.com/Vayn/python-fontconfig";
description = "Python binding for Fontconfig";
license = lib.licenses.gpl3;
- maintainers = with lib.maintainers; [ gnidorah ];
+ maintainers = with lib.maintainers; [ ];
};
}