pythonPackages.getmac: maintainers: drop colemickens

This commit is contained in:
Cole Mickens
2024-12-23 19:03:08 -03:00
parent 0c6829402d
commit 452e396ce2
@@ -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; [ ];
};
}