python310Packages.pykka: update changelog entry

This commit is contained in:
Fabian Affolter 2023-09-22 08:35:51 +02:00 committed by GitHub
parent 3f9db1f271
commit 748a787745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};