mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
pythonPackages.pykka: add marsam to maintainers
This commit is contained in:
parent
2807df1672
commit
22a277f655
@ -15,6 +15,7 @@ buildPythonPackage rec {
|
||||
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";
|
||||
maintainers = [ maintainers.marsam ];
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user