Commit 055fa741 authored by Doron Behar's avatar Doron Behar
Browse files

python312Packages.pysequoia: No with lib; in meta

parent 69bdca49
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
}