diff options
| author | Artturi <Artturin@artturin.com> | 2022-05-07 07:23:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-07 07:23:25 +0300 |
| commit | 77b0530b3c2aa873e18c2cfaf94fd4bbf06aa398 (patch) | |
| tree | 955232140a1c0520b29857ffb2fb5d7a674b8cd7 /pkgs/development/python-modules/python-magic | |
| parent | 7ea1fa0205542b8c4940e810f5df9e5fe9d1805c (diff) | |
| parent | 661cdae1b98076d7150ac12542ac075c85edb396 (diff) | |
Merge pull request #171879 from SuperSandro2000/python-magic
python310Packages.python-magic: normalise attr
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 ]; }; } |
