diff options
| author | Justin Bedo <cu@cua0.org> | 2022-05-17 20:57:40 +1000 |
|---|---|---|
| committer | Justin Bedo <cu@cua0.org> | 2022-05-17 20:57:40 +1000 |
| commit | e052be0a844cc88354892b5fd80309df6d269b65 (patch) | |
| tree | 8cf417ae2562c7647eeb435a3d6df93113950a08 /pkgs/development/python-modules/python-magic | |
| parent | f07c969b8d083c0b3fa57726c961d33c39c5734b (diff) | |
| parent | 343bf7864ca819d435e867042bec359c123d722e (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.nix | 2 |
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 ]; }; } |
