summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-magic
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-07-23 21:28:26 +0200
committerGitHub <noreply@github.com>2023-07-23 21:28:26 +0200
commit1d1fe1fe14fe296c2af28fc2bfb8ca9bd7d54db0 (patch)
treeabb59c08d92000cee3ef1c981e8afb960fa35ff8 /pkgs/development/python-modules/python-magic
parent669e97b1274ad4e7902e4758a1c0371c990a716e (diff)
parentcf6c96533bb52f6cd33651257a232269c48cd167 (diff)
Merge pull request #245063 from SuperSandro2000/remove-maintainer
treewide: reduce packages I maintainer
Diffstat (limited to 'pkgs/development/python-modules/python-magic')
-rw-r--r--pkgs/development/python-modules/python-magic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-magic/default.nix b/pkgs/development/python-modules/python-magic/default.nix
index f90591a7fbff..056b466216bf 100644
--- a/pkgs/development/python-modules/python-magic/default.nix
+++ b/pkgs/development/python-modules/python-magic/default.nix
@@ -43,6 +43,6 @@ buildPythonPackage rec {
description = "A python interface to the libmagic file type identification library";
homepage = "https://github.com/ahupp/python-magic";
license = licenses.mit;
- maintainers = with maintainers; [ SuperSandro2000 ];
+ maintainers = with maintainers; [ ];
};
}