python3Packages.cryptolyzer: avoid with lib;
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user