From 11e45413f5c81ac7a1f5ec95f30fcc81c05dca68 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 2 Dec 2025 21:31:12 +0100 Subject: [PATCH] maintainers: drop lsix Reacted to 0 out of 16 maintainer pings in the least 180 days. --- maintainers/maintainer-list.nix | 6 ------ pkgs/applications/gis/qgis/unwrapped-ltr.nix | 1 - pkgs/applications/gis/qgis/unwrapped.nix | 1 - pkgs/by-name/li/libidn/package.nix | 1 - pkgs/by-name/po/poezio/package.nix | 1 - pkgs/development/python-modules/kubernetes/default.nix | 1 - pkgs/development/python-modules/pyparted/default.nix | 1 - pkgs/development/python-modules/pyproj/default.nix | 1 - pkgs/development/python-modules/pytest/7.nix | 1 - pkgs/development/python-modules/qscintilla/default.nix | 1 - pkgs/development/python-modules/xtensor-python/default.nix | 1 - pkgs/development/python2-modules/pytest/default.nix | 1 - pkgs/development/tools/misc/gdb/default.nix | 1 - 13 files changed, 18 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 57121e55d4cd..c6b75ad090d8 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -15242,12 +15242,6 @@ githubId = 5341193; name = "Leon Schuermann"; }; - lsix = { - email = "lsix@lancelotsix.com"; - github = "lsix"; - githubId = 724339; - name = "Lancelot SIX"; - }; ltavard = { email = "laure.tavard@univ-grenoble-alpes.fr"; github = "ltavard"; diff --git a/pkgs/applications/gis/qgis/unwrapped-ltr.nix b/pkgs/applications/gis/qgis/unwrapped-ltr.nix index 02726e6738d4..a7f219c4c5c3 100644 --- a/pkgs/applications/gis/qgis/unwrapped-ltr.nix +++ b/pkgs/applications/gis/qgis/unwrapped-ltr.nix @@ -203,7 +203,6 @@ mkDerivation rec { description = "Free and Open Source Geographic Information System"; homepage = "https://www.qgis.org"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ lsix ]; teams = [ teams.geospatial ]; platforms = with platforms; linux; }; diff --git a/pkgs/applications/gis/qgis/unwrapped.nix b/pkgs/applications/gis/qgis/unwrapped.nix index 8a63c3dbb084..ebeda7df6087 100644 --- a/pkgs/applications/gis/qgis/unwrapped.nix +++ b/pkgs/applications/gis/qgis/unwrapped.nix @@ -199,7 +199,6 @@ mkDerivation rec { description = "Free and Open Source Geographic Information System"; homepage = "https://www.qgis.org"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ lsix ]; teams = [ teams.geospatial ]; platforms = with platforms; linux; }; diff --git a/pkgs/by-name/li/libidn/package.nix b/pkgs/by-name/li/libidn/package.nix index c60f4815390d..d36eedac8fe9 100644 --- a/pkgs/by-name/li/libidn/package.nix +++ b/pkgs/by-name/li/libidn/package.nix @@ -53,6 +53,5 @@ stdenv.mkDerivation (finalAttrs: { license = lib.licenses.lgpl2Plus; pkgConfigModules = [ "libidn" ]; platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ lsix ]; }; }) diff --git a/pkgs/by-name/po/poezio/package.nix b/pkgs/by-name/po/poezio/package.nix index f6146e5e8b85..846af28d28db 100644 --- a/pkgs/by-name/po/poezio/package.nix +++ b/pkgs/by-name/po/poezio/package.nix @@ -53,6 +53,5 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://poez.io"; changelog = "https://codeberg.org/poezio/poezio/src/tag/v${version}/CHANGELOG"; license = lib.licenses.zlib; - maintainers = with lib.maintainers; [ lsix ]; }; } diff --git a/pkgs/development/python-modules/kubernetes/default.nix b/pkgs/development/python-modules/kubernetes/default.nix index a744f4086c65..cfb53b58ff88 100644 --- a/pkgs/development/python-modules/kubernetes/default.nix +++ b/pkgs/development/python-modules/kubernetes/default.nix @@ -73,6 +73,5 @@ buildPythonPackage rec { homepage = "https://github.com/kubernetes-client/python"; changelog = "https://github.com/kubernetes-client/python/releases/tag/${src.tag}"; license = licenses.asl20; - maintainers = with maintainers; [ lsix ]; }; } diff --git a/pkgs/development/python-modules/pyparted/default.nix b/pkgs/development/python-modules/pyparted/default.nix index 1d25461eddc6..6c8d93e0c2b8 100644 --- a/pkgs/development/python-modules/pyparted/default.nix +++ b/pkgs/development/python-modules/pyparted/default.nix @@ -50,6 +50,5 @@ buildPythonPackage rec { description = "Python interface for libparted"; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = with maintainers; [ lsix ]; }; } diff --git a/pkgs/development/python-modules/pyproj/default.nix b/pkgs/development/python-modules/pyproj/default.nix index 24a33e3733af..1f552b3e7e34 100644 --- a/pkgs/development/python-modules/pyproj/default.nix +++ b/pkgs/development/python-modules/pyproj/default.nix @@ -103,7 +103,6 @@ buildPythonPackage rec { changelog = "https://github.com/pyproj4/pyproj/blob/${src.rev}/docs/history.rst"; license = licenses.mit; maintainers = with maintainers; [ - lsix dotlambda ]; teams = [ teams.geospatial ]; diff --git a/pkgs/development/python-modules/pytest/7.nix b/pkgs/development/python-modules/pytest/7.nix index e0506219976d..3c164999bed4 100644 --- a/pkgs/development/python-modules/pytest/7.nix +++ b/pkgs/development/python-modules/pytest/7.nix @@ -109,7 +109,6 @@ let maintainers = with maintainers; [ lovek323 madjar - lsix ]; license = licenses.mit; }; diff --git a/pkgs/development/python-modules/qscintilla/default.nix b/pkgs/development/python-modules/qscintilla/default.nix index 39b743f9659f..d0074f716990 100644 --- a/pkgs/development/python-modules/qscintilla/default.nix +++ b/pkgs/development/python-modules/qscintilla/default.nix @@ -85,7 +85,6 @@ pythonPackages.buildPythonPackage { meta = with lib; { description = "Python binding to QScintilla, Qt based text editing control"; license = licenses.lgpl21Plus; - maintainers = with maintainers; [ lsix ]; homepage = "https://www.riverbankcomputing.com/software/qscintilla/"; }; } diff --git a/pkgs/development/python-modules/xtensor-python/default.nix b/pkgs/development/python-modules/xtensor-python/default.nix index 3a9288570f7c..617460d7072f 100644 --- a/pkgs/development/python-modules/xtensor-python/default.nix +++ b/pkgs/development/python-modules/xtensor-python/default.nix @@ -43,7 +43,6 @@ toPythonModule ( homepage = "https://github.com/xtensor-stack/xtensor-python"; description = "Python bindings for the xtensor C++ multi-dimensional array library"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ lsix ]; }; }) ) diff --git a/pkgs/development/python2-modules/pytest/default.nix b/pkgs/development/python2-modules/pytest/default.nix index 44d14de952f3..95602bfb09bf 100644 --- a/pkgs/development/python2-modules/pytest/default.nix +++ b/pkgs/development/python2-modules/pytest/default.nix @@ -97,7 +97,6 @@ buildPythonPackage rec { maintainers = with maintainers; [ lovek323 madjar - lsix ]; license = licenses.mit; platforms = platforms.unix; diff --git a/pkgs/development/tools/misc/gdb/default.nix b/pkgs/development/tools/misc/gdb/default.nix index 55b2572df2ff..1e80532dcb97 100644 --- a/pkgs/development/tools/misc/gdb/default.nix +++ b/pkgs/development/tools/misc/gdb/default.nix @@ -217,7 +217,6 @@ stdenv.mkDerivation rec { maintainers = with lib.maintainers; [ pierron globin - lsix ]; }; }