python310Packages.transaction: update meta

This commit is contained in:
Fabian Affolter 2023-03-19 11:32:55 +01:00 committed by GitHub
parent 05c1c2d8ac
commit f6db656aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,6 @@
, mock
}:
buildPythonPackage rec {
pname = "transaction";
version = "3.1.0";
@ -19,7 +18,9 @@ buildPythonPackage rec {
meta = with lib; {
description = "Transaction management";
homepage = "https://pypi.python.org/pypi/transaction";
homepage = "https://transaction.readthedocs.io/";
changelog = "https://github.com/zopefoundation/transaction/blob/${version}/CHANGES.rst";
license = licenses.zpl20;
maintainers = with maintainers; [ ];
};
}