about summary refs log tree commit diff
path: root/pkgs/development/python-modules/astroid/default.nix
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2023-11-25 12:11:08 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-20 20:16:44 +0100
commit01f6a6799e959b231eaaf609c2725ab11dd6636f (patch)
tree453d2687a1c92e117e1d1978fa7e217816ad93bc /pkgs/development/python-modules/astroid/default.nix
parent7e6d1c030a394609652e556822273f0fae3315eb (diff)
python311Packages.astroid: set GaetanLepage as maintainer
Diffstat (limited to 'pkgs/development/python-modules/astroid/default.nix')
-rw-r--r--pkgs/development/python-modules/astroid/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/astroid/default.nix b/pkgs/development/python-modules/astroid/default.nix
index 77f924fe43165..6d5c11104315f 100644
--- a/pkgs/development/python-modules/astroid/default.nix
+++ b/pkgs/development/python-modules/astroid/default.nix
@@ -45,6 +45,6 @@ buildPythonPackage rec {
     description = "An abstract syntax tree for Python with inference support";
     homepage = "https://github.com/PyCQA/astroid";
     license = licenses.lgpl21Plus;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ GaetanLepage ];
   };
 }