summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-magic
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2022-05-17 20:57:40 +1000
committerJustin Bedo <cu@cua0.org>2022-05-17 20:57:40 +1000
commite052be0a844cc88354892b5fd80309df6d269b65 (patch)
tree8cf417ae2562c7647eeb435a3d6df93113950a08 /pkgs/development/python-modules/python-magic
parentf07c969b8d083c0b3fa57726c961d33c39c5734b (diff)
parent343bf7864ca819d435e867042bec359c123d722e (diff)
Merge remote-tracking branch 'origin/master' into r-updates
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 ];
};
}