pythonPackages.pykka: add marsam to maintainers

This commit is contained in:
Mario Rodas 2020-12-27 04:20:00 +00:00
parent 2807df1672
commit 22a277f655

View file

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