molecule: drop maintainership

Removed maintainer from the Molecule package.
This commit is contained in:
Dawid Dziurla
2025-12-09 15:44:55 +01:00
committed by GitHub
parent fe21dc5325
commit 69e7dad776
@@ -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";
};
}