diff --git a/pkgs/development/python-modules/pysequoia/default.nix b/pkgs/development/python-modules/pysequoia/default.nix index 19d911ccd807..1f3c231b564f 100644 --- a/pkgs/development/python-modules/pysequoia/default.nix +++ b/pkgs/development/python-modules/pysequoia/default.nix @@ -31,11 +31,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "pysequoia" ]; - meta = with lib; { + meta = { description = "This library provides OpenPGP facilities in Python through the Sequoia PGP library"; downloadPage = "https://github.com/wiktor-k/pysequoia"; homepage = "https://github.com/wiktor-k/pysequoia"; - license = licenses.asl20; - maintainers = with maintainers; [ doronbehar ]; + license = lib.licenses.asl20; + maintainers = with lib.maintainers; [ doronbehar ]; }; }