From 452e396ce22633ecd6d9a7c08e08505c9b39c8dd Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Mon, 23 Dec 2024 15:35:11 -0300 Subject: [PATCH] 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 4c3339e7580a..1954f4749566 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; [ ]; }; }