python3Packages.marshmallow: add maintainer

This commit is contained in:
Matías Lang 2021-06-18 03:43:26 -03:00
parent 08ab375715
commit 6ef4742d99

View File

@ -36,5 +36,7 @@ buildPythonPackage rec {
'';
homepage = "https://github.com/marshmallow-code/marshmallow";
license = licenses.mit;
maintainers = with maintainers; [ cript0nauta ];
};
}