From 748a787745fdc26a04e52d02b593113d1fbbd12c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 22 Sep 2023 08:35:51 +0200 Subject: [PATCH] python310Packages.pykka: update changelog entry --- pkgs/development/python-modules/pykka/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pykka/default.nix b/pkgs/development/python-modules/pykka/default.nix index b9a9d3826308..e0b73f03a1dd 100644 --- a/pkgs/development/python-modules/pykka/default.nix +++ b/pkgs/development/python-modules/pykka/default.nix @@ -32,7 +32,7 @@ buildPythonPackage rec { meta = with lib; { homepage = "https://www.pykka.org/"; description = "A Python implementation of the actor model"; - changelog = "https://github.com/jodal/pykka/blob/v${version}/docs/changes.rst"; + changelog = "https://github.com/jodal/pykka/releases/tag/v${version}"; maintainers = with maintainers; [ marsam ]; license = licenses.asl20; };