diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-07-24 00:02:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-24 00:02:59 +0000 |
| commit | 82235cc6e6024316dbc83134ff7c273d99823bfb (patch) | |
| tree | a41c2d09dc4b3527bbb6462b6d2e44b51f9578e5 /pkgs/development/python-modules/python-magic | |
| parent | d45694eb32c8cae39ab867e0503e4f208463c5cc (diff) | |
| parent | 449a683b10adf009fb1bf2d75078cc3695c40132 (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.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 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; [ ]; }; } |
