mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 02:24:30 +00:00
Merge pull request #322519 from getchoo/pkgs/borb/adopt
python311Packages.borb: adopt
This commit is contained in:
commit
5039db57ef
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user