summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gbinder-python/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/gbinder-python/default.nix')
-rw-r--r--pkgs/development/python-modules/gbinder-python/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/gbinder-python/default.nix b/pkgs/development/python-modules/gbinder-python/default.nix
index d5ba3d6ad82c..24bf6109e8ac 100644
--- a/pkgs/development/python-modules/gbinder-python/default.nix
+++ b/pkgs/development/python-modules/gbinder-python/default.nix
@@ -38,6 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/erfanoabdi/gbinder-python";
license = lib.licenses.gpl3;
platforms = lib.platforms.linux;
- maintainers = with lib.maintainers; [ mcaju ];
+ maintainers = with lib.maintainers; [ ];
};
}