diff options
| author | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2022-05-07 01:19:54 +0200 |
|---|---|---|
| committer | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2022-05-07 01:19:54 +0200 |
| commit | 661cdae1b98076d7150ac12542ac075c85edb396 (patch) | |
| tree | 4175e24039cdb55c9fc299e05949898e024455dd /pkgs/development/python-modules/python-magic | |
| parent | 115475ff5b8e8ff652abb01fa6b018fbb5866f28 (diff) | |
python310Packages.python-magic: add SuperSandro2000 as maintainer
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 ]; }; } |
