diff --git a/pkgs/development/python-modules/antlr4-python3-runtime/default.nix b/pkgs/development/python-modules/antlr4-python3-runtime/default.nix index 2c446ac30517..3419557f3cad 100644 --- a/pkgs/development/python-modules/antlr4-python3-runtime/default.nix +++ b/pkgs/development/python-modules/antlr4-python3-runtime/default.nix @@ -41,5 +41,6 @@ buildPythonPackage rec { mainProgram = "pygrun"; homepage = "https://www.antlr.org/"; license = licenses.bsd3; + maintainers = with maintainers; [ sarahec ]; }; }