python3Packages.cryptolyzer: avoid with lib;

This commit is contained in:
Sizhe Zhao
2025-07-10 11:02:30 +08:00
parent f6446ca7dd
commit f868c160d3
@@ -56,11 +56,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "cryptolyzer" ];
meta = with lib; {
meta = {
description = "Cryptographic protocol analyzer";
homepage = "https://gitlab.com/coroner/cryptolyzer";
changelog = "https://gitlab.com/coroner/cryptolyzer/-/blob/v${version}/CHANGELOG.md";
license = licenses.mpl20;
maintainers = with maintainers; [ kranzes ];
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ kranzes ];
};
}