about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Bärenz <m.baerenz@sonnen.de>2024-07-15 14:32:35 +0200
committerManuel Bärenz <programming@manuelbaerenz.de>2024-07-24 11:26:11 +0200
commit1008468f8dfece6a66849524c325f0b2d6568ad5 (patch)
tree189e361acd95667d40cb7ffbea5050507a18b3c4
parent7cb3b97b2dc3a4db101ede3bc56750c3dba67736 (diff)
pythonModules.*, rabbitmq-server: Remove turion as maintainer
-rw-r--r--pkgs/development/python-modules/geomet/default.nix1
-rw-r--r--pkgs/development/python-modules/mysql-connector/default.nix1
-rw-r--r--pkgs/development/python-modules/pyathena/default.nix2
-rw-r--r--pkgs/servers/amqp/rabbitmq-server/default.nix2
4 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/geomet/default.nix b/pkgs/development/python-modules/geomet/default.nix
index 58eb57fe6856c..0172159ec6bd2 100644
--- a/pkgs/development/python-modules/geomet/default.nix
+++ b/pkgs/development/python-modules/geomet/default.nix
@@ -38,7 +38,6 @@ buildPythonPackage rec {
     changelog = "https://github.com/geomet/geomet/releases/tag/${version}";
     license = licenses.asl20;
     maintainers = with maintainers; [
-      turion
       ris
     ];
   };
diff --git a/pkgs/development/python-modules/mysql-connector/default.nix b/pkgs/development/python-modules/mysql-connector/default.nix
index 5ed645720199b..228b6bd89f022 100644
--- a/pkgs/development/python-modules/mysql-connector/default.nix
+++ b/pkgs/development/python-modules/mysql-connector/default.nix
@@ -67,7 +67,6 @@ buildPythonPackage rec {
     license = licenses.gpl2Only;
     maintainers = with maintainers; [
       neosimsim
-      turion
     ];
   };
 }
diff --git a/pkgs/development/python-modules/pyathena/default.nix b/pkgs/development/python-modules/pyathena/default.nix
index 8a81fa5b34f4c..71c2d380d4755 100644
--- a/pkgs/development/python-modules/pyathena/default.nix
+++ b/pkgs/development/python-modules/pyathena/default.nix
@@ -54,6 +54,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/laughingman7743/PyAthena/";
     changelog = "https://github.com/laughingman7743/PyAthena/releases/tag/v${version}";
     license = licenses.mit;
-    maintainers = with maintainers; [ turion ];
+    maintainers = with maintainers; [ ];
   };
 }
diff --git a/pkgs/servers/amqp/rabbitmq-server/default.nix b/pkgs/servers/amqp/rabbitmq-server/default.nix
index 25cadf2f4be9d..70fc3e44e9cc7 100644
--- a/pkgs/servers/amqp/rabbitmq-server/default.nix
+++ b/pkgs/servers/amqp/rabbitmq-server/default.nix
@@ -91,6 +91,6 @@ stdenv.mkDerivation rec {
     changelog = "https://github.com/rabbitmq/rabbitmq-server/releases/tag/v${version}";
     license = lib.licenses.mpl20;
     platforms = lib.platforms.unix;
-    maintainers = with lib.maintainers; [ turion ];
+    maintainers = with lib.maintainers; [ ];
   };
 }