summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-05-07 01:19:54 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-05-07 01:19:54 +0200
commit661cdae1b98076d7150ac12542ac075c85edb396 (patch)
tree4175e24039cdb55c9fc299e05949898e024455dd
parent115475ff5b8e8ff652abb01fa6b018fbb5866f28 (diff)
downloadnixpkgs-661cdae1b98076d7150ac12542ac075c85edb396.tar
nixpkgs-661cdae1b98076d7150ac12542ac075c85edb396.tar.gz
nixpkgs-661cdae1b98076d7150ac12542ac075c85edb396.tar.bz2
nixpkgs-661cdae1b98076d7150ac12542ac075c85edb396.tar.lz
nixpkgs-661cdae1b98076d7150ac12542ac075c85edb396.tar.xz
nixpkgs-661cdae1b98076d7150ac12542ac075c85edb396.tar.zst
nixpkgs-661cdae1b98076d7150ac12542ac075c85edb396.zip
python310Packages.python-magic: add SuperSandro2000 as maintainer
-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 381ea671384..a9fa50a11c6 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 ];
   };
 }