summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-magic
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-07-24 00:02:59 +0000
committerGitHub <noreply@github.com>2023-07-24 00:02:59 +0000
commit82235cc6e6024316dbc83134ff7c273d99823bfb (patch)
treea41c2d09dc4b3527bbb6462b6d2e44b51f9578e5 /pkgs/development/python-modules/python-magic
parentd45694eb32c8cae39ab867e0503e4f208463c5cc (diff)
parent449a683b10adf009fb1bf2d75078cc3695c40132 (diff)
Merge staging-next into staging
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; [ ];
};
}