about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pykka
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-12-27 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-12-27 04:20:00 +0000
commit22a277f655d9342bf05852ed9ccd4a388844c26a (patch)
treec47369978821847e091e7dc37cd5cd3af5c41411 /pkgs/development/python-modules/pykka
parent2807df1672bece315a25b40b90f05972ae7c9ad5 (diff)
pythonPackages.pykka: add marsam to maintainers
Diffstat (limited to 'pkgs/development/python-modules/pykka')
-rw-r--r--pkgs/development/python-modules/pykka/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/pykka/default.nix b/pkgs/development/python-modules/pykka/default.nix
index 020e946699d79..075b607c772ea 100644
--- a/pkgs/development/python-modules/pykka/default.nix
+++ b/pkgs/development/python-modules/pykka/default.nix
@@ -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;
   };
 }