Skip to content

Commit

Permalink
various: drop colemickens as maintainer (NixOS#367727)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 24, 2024
2 parents 7dcb1a2 + c179a7c commit 56c04e8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/bravia-tv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/denonavr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/flux-led/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/getmac/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/plexapi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/plexauth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/plexwebsocket/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -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; [ ];
};
}

0 comments on commit 56c04e8

Please sign in to comment.