Unverified Commit 5b426b2f authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

molecule-plugins: drop maintainership (#469309)

parents 3ded5fe9 9b3a519d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}