python312Packages.borb: don't overuse with lib;

https://github.com/NixOS/nixpkgs/issues/208242
This commit is contained in:
seth
2024-07-19 22:16:18 -04:00
parent a5f8eeef01
commit 4e84083f19
@@ -63,11 +63,11 @@ buildPythonPackage rec {
"tests/license/"
];
meta = with lib; {
meta = {
description = "Library for reading, creating and manipulating PDF files in Python";
homepage = "https://borbpdf.com/";
changelog = "https://github.com/jorisschellekens/borb/releases/tag/v${version}";
license = licenses.agpl3Only;
maintainers = with maintainers; [ getchoo ];
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ getchoo ];
};
}