diff --git a/pkgs/development/python-modules/webauthn/default.nix b/pkgs/development/python-modules/webauthn/default.nix index 476445e0d46275..d2f57ee1e785e5 100644 --- a/pkgs/development/python-modules/webauthn/default.nix +++ b/pkgs/development/python-modules/webauthn/default.nix @@ -43,11 +43,11 @@ buildPythonPackage rec { #"test_throws_on_bad_root_cert" ]; - meta = with lib; { + meta = { description = "Implementation of the WebAuthn API"; homepage = "https://github.com/duo-labs/py_webauthn"; changelog = "https://github.com/duo-labs/py_webauthn/blob/v${version}/CHANGELOG.md"; - license = licenses.bsd3; + license = lib.licenses.bsd3; maintainers = [ ]; }; }