mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
python310Packages.pykka: update changelog entry
This commit is contained in:
parent
3f9db1f271
commit
748a787745
@ -32,7 +32,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.pykka.org/";
|
homepage = "https://www.pykka.org/";
|
||||||
description = "A Python implementation of the actor model";
|
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 ];
|
maintainers = with maintainers; [ marsam ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user