Unverified Commit 2ddc63f8 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

molecule: drop maintainership (#469307)

parents 2ea1de4b 69e7dad7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ buildPythonPackage rec {
    homepage = "https://github.com/ansible-community/molecule";
    changelog = "https://github.com/ansible/molecule/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ dawidd6 ];
    maintainers = [ ];
    mainProgram = "molecule";
  };
}