summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/incremental/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/incremental/default.nix')
-rw-r--r--pkgs/development/python-modules/incremental/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/incremental/default.nix b/pkgs/development/python-modules/incremental/default.nix
index 6cbed7221a8f..b79ba4b7db2e 100644
--- a/pkgs/development/python-modules/incremental/default.nix
+++ b/pkgs/development/python-modules/incremental/default.nix
@@ -13,6 +13,6 @@ buildPythonPackage rec {
homepage = "https://github.com/twisted/treq";
description = "Incremental is a small library that versions your Python projects";
license = licenses.mit;
- maintainers = with maintainers; [ nand0p ];
+ maintainers = with maintainers; [ ];
};
}