From 7879d47e8ca1d5f64d998e7a5564c22b7c747c87 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Mon, 23 Dec 2024 15:35:11 -0300 Subject: [PATCH 1/8] pythonPackages.bravia-tv: maintainers: drop colemickens --- pkgs/development/python-modules/bravia-tv/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/bravia-tv/default.nix b/pkgs/development/python-modules/bravia-tv/default.nix index 31a7d6528bbd9..9339066299a32 100644 --- a/pkgs/development/python-modules/bravia-tv/default.nix +++ b/pkgs/development/python-modules/bravia-tv/default.nix @@ -30,6 +30,6 @@ buildPythonPackage rec { homepage = "https://github.com/dcnielsen90/python-bravia-tv"; description = "Python library for Sony Bravia TV remote control"; license = licenses.mit; - maintainers = with maintainers; [ colemickens ]; + maintainers = with maintainers; [ ]; }; } From 11824a89db61860c415629948dd027ea7a7ea812 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Mon, 23 Dec 2024 15:35:11 -0300 Subject: [PATCH 2/8] pythonPackages.denonavr: maintainers: drop colemickens --- pkgs/development/python-modules/denonavr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/denonavr/default.nix b/pkgs/development/python-modules/denonavr/default.nix index d02025c0107d2..65c8a910842b9 100644 --- a/pkgs/development/python-modules/denonavr/default.nix +++ b/pkgs/development/python-modules/denonavr/default.nix @@ -58,6 +58,6 @@ buildPythonPackage rec { homepage = "https://github.com/ol-iver/denonavr"; changelog = "https://github.com/ol-iver/denonavr/releases/tag/${version}"; license = licenses.mit; - maintainers = with maintainers; [ colemickens ]; + maintainers = with maintainers; [ ]; }; } From 0c6829402dce45fbbe329518350defd6b2e6c7e1 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Mon, 23 Dec 2024 15:35:11 -0300 Subject: [PATCH 3/8] pythonPackages.flux-led: maintainers: drop colemickens --- pkgs/development/python-modules/flux-led/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/flux-led/default.nix b/pkgs/development/python-modules/flux-led/default.nix index 79fd9f10f2664..df81b7149df11 100644 --- a/pkgs/development/python-modules/flux-led/default.nix +++ b/pkgs/development/python-modules/flux-led/default.nix @@ -57,7 +57,7 @@ buildPythonPackage rec { homepage = "https://github.com/Danielhiversen/flux_led"; changelog = "https://github.com/Danielhiversen/flux_led/releases/tag/${version}"; license = licenses.lgpl3Plus; - maintainers = with maintainers; [ colemickens ]; + maintainers = with maintainers; [ ]; platforms = platforms.linux; mainProgram = "flux_led"; }; From 452e396ce22633ecd6d9a7c08e08505c9b39c8dd Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Mon, 23 Dec 2024 15:35:11 -0300 Subject: [PATCH 4/8] pythonPackages.getmac: maintainers: drop colemickens --- pkgs/development/python-modules/getmac/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/getmac/default.nix b/pkgs/development/python-modules/getmac/default.nix index 4c3339e7580af..1954f47495669 100644 --- a/pkgs/development/python-modules/getmac/default.nix +++ b/pkgs/development/python-modules/getmac/default.nix @@ -50,6 +50,6 @@ buildPythonPackage rec { homepage = "https://github.com/GhostofGoes/getmac"; changelog = "https://github.com/GhostofGoes/getmac/blob/${version}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ colemickens ]; + maintainers = with maintainers; [ ]; }; } From c508066e1606966d5f27d3fe6d5fd6ec56f72927 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Mon, 23 Dec 2024 15:35:11 -0300 Subject: [PATCH 5/8] pythonPackages.plexapi: maintainers: drop colemickens --- pkgs/development/python-modules/plexapi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/plexapi/default.nix b/pkgs/development/python-modules/plexapi/default.nix index dbacbb799f59b..929b9e1186083 100644 --- a/pkgs/development/python-modules/plexapi/default.nix +++ b/pkgs/development/python-modules/plexapi/default.nix @@ -41,6 +41,6 @@ buildPythonPackage rec { homepage = "https://github.com/pkkid/python-plexapi"; changelog = "https://github.com/pkkid/python-plexapi/releases/tag/${version}"; license = licenses.bsd3; - maintainers = with maintainers; [ colemickens ]; + maintainers = with maintainers; [ ]; }; } From d0b72795e296474b183444a51117562118adeb04 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Mon, 23 Dec 2024 15:35:11 -0300 Subject: [PATCH 6/8] pythonPackages.plexauth: maintainers: drop colemickens --- pkgs/development/python-modules/plexauth/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/plexauth/default.nix b/pkgs/development/python-modules/plexauth/default.nix index caa1dcdf1d74c..7e4767c76c602 100644 --- a/pkgs/development/python-modules/plexauth/default.nix +++ b/pkgs/development/python-modules/plexauth/default.nix @@ -31,6 +31,6 @@ buildPythonPackage rec { homepage = "https://github.com/jjlawren/python-plexauth/"; description = "Handles the authorization flow to obtain tokens from Plex.tv via external redirection"; license = licenses.mit; - maintainers = with maintainers; [ colemickens ]; + maintainers = with maintainers; [ ]; }; } From 763e6b6720b164aed8ca0abcc84b701a69afbcf6 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Mon, 23 Dec 2024 15:35:11 -0300 Subject: [PATCH 7/8] pythonPackages.plexwebsocket: maintainers: drop colemickens --- pkgs/development/python-modules/plexwebsocket/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/plexwebsocket/default.nix b/pkgs/development/python-modules/plexwebsocket/default.nix index bd361fb4493e5..829239c00e5bf 100644 --- a/pkgs/development/python-modules/plexwebsocket/default.nix +++ b/pkgs/development/python-modules/plexwebsocket/default.nix @@ -32,6 +32,6 @@ buildPythonPackage rec { homepage = "https://github.com/jjlawren/python-plexwebsocket/"; changelog = "https://github.com/jjlawren/python-plexwebsocket/releases/tag/v${version}"; license = licenses.mit; - maintainers = with maintainers; [ colemickens ]; + maintainers = with maintainers; [ ]; }; } From c179a7c5254a4feeff0511f490cac30a08c252ab Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Mon, 23 Dec 2024 15:35:11 -0300 Subject: [PATCH 8/8] pythonPackages.python-mpv-jsonipc: maintainers: drop colemickens --- pkgs/development/python-modules/python-mpv-jsonipc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/python-mpv-jsonipc/default.nix b/pkgs/development/python-modules/python-mpv-jsonipc/default.nix index 13118b3169585..76570a0309803 100644 --- a/pkgs/development/python-modules/python-mpv-jsonipc/default.nix +++ b/pkgs/development/python-modules/python-mpv-jsonipc/default.nix @@ -36,6 +36,6 @@ buildPythonPackage rec { homepage = "https://github.com/iwalton3/python-mpv-jsonipc"; description = "Python API to MPV using JSON IPC"; license = licenses.gpl3; - maintainers = with maintainers; [ colemickens ]; + maintainers = with maintainers; [ ]; }; }