From f6db656aaefb1ff1e744099c93e92acaad44aa96 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 19 Mar 2023 11:32:55 +0100 Subject: [PATCH] python310Packages.transaction: update meta --- pkgs/development/python-modules/transaction/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/transaction/default.nix b/pkgs/development/python-modules/transaction/default.nix index 590caf73ea46..bf5231be314d 100644 --- a/pkgs/development/python-modules/transaction/default.nix +++ b/pkgs/development/python-modules/transaction/default.nix @@ -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; [ ]; }; }