mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +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/"
|
"tests/license/"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Library for reading, creating and manipulating PDF files in Python";
|
description = "Library for reading, creating and manipulating PDF files in Python";
|
||||||
homepage = "https://borbpdf.com/";
|
homepage = "https://borbpdf.com/";
|
||||||
changelog = "https://github.com/jorisschellekens/borb/releases/tag/v${version}";
|
changelog = "https://github.com/jorisschellekens/borb/releases/tag/v${version}";
|
||||||
license = licenses.agpl3Only;
|
license = lib.licenses.agpl3Only;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with lib.maintainers; [ getchoo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user