Merge pull request #322519 from getchoo/pkgs/borb/adopt

python311Packages.borb: adopt
This commit is contained in:
Peder Bergebakken Sundt 2024-07-21 20:18:34 +02:00 committed by GitHub
commit 5039db57ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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; [ ];
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ getchoo ];
};
}