molecule-plugins: drop maintainership (#469309)

This commit is contained in:
Wolfgang Walther
2025-12-09 15:55:54 +00:00
committed by GitHub
@@ -37,7 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Collection on molecule plugins";
homepage = "https://github.com/ansible-community/molecule-plugins";
maintainers = with maintainers; [ dawidd6 ];
maintainers = [ ];
license = licenses.mit;
};
}