From 6ef4742d99fe7342ea67091c48d1a89054107f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Lang?= <shareman1204@gmail.com> Date: Fri, 18 Jun 2021 03:43:26 -0300 Subject: [PATCH] python3Packages.marshmallow: add maintainer --- pkgs/development/python-modules/marshmallow/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/marshmallow/default.nix b/pkgs/development/python-modules/marshmallow/default.nix index 0deeb0e53866..3de64fea37fa 100644 --- a/pkgs/development/python-modules/marshmallow/default.nix +++ b/pkgs/development/python-modules/marshmallow/default.nix @@ -36,5 +36,7 @@ buildPythonPackage rec { ''; homepage = "https://github.com/marshmallow-code/marshmallow"; license = licenses.mit; + maintainers = with maintainers; [ cript0nauta ]; }; + }