diff --git a/pkgs/development/python-modules/cerberus/default.nix b/pkgs/development/python-modules/cerberus/default.nix index 3afb5bfca7ad..a60e80353599 100644 --- a/pkgs/development/python-modules/cerberus/default.nix +++ b/pkgs/development/python-modules/cerberus/default.nix @@ -44,6 +44,6 @@ buildPythonPackage rec { homepage = "http://python-cerberus.org/"; changelog = "https://github.com/pyeve/cerberus/blob/${version}/CHANGES.rst"; license = licenses.mit; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ fab ]; }; }