Unverified Commit 69e7dad7 authored by Dawid Dziurla's avatar Dawid Dziurla Committed by GitHub
Browse files

molecule: drop maintainership

Removed maintainer from the Molecule package.
parent fe21dc53
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";
  };
}