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>2022-05-07 06:01:11 +0000
committerGitHub <noreply@github.com>2022-05-07 06:01:11 +0000
commit78c3adb476cef6fa36bf066ab1dfce01f2162820 (patch)
treeac5cd7865e32ec8e3355a3e7468532ffde25d16c /pkgs/development/python-modules/python-magic
parentfa99b3742a47ad9d3f782fb63e5bb4d87f2ba3e1 (diff)
parent94c97dfa94876f455c3eacd48ae1a9d0b24d5daa (diff)
Merge master into staging-next
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 381ea6713848..a9fa50a11c69 100644
--- a/pkgs/development/python-modules/python-magic/default.nix
+++ b/pkgs/development/python-modules/python-magic/default.nix
@@ -36,6 +36,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; [ ];
+ maintainers = with maintainers; [ SuperSandro2000 ];
};
}