python3Packages.google-api-core: add sarahec as maintainer

Changed files
+3 -1
pkgs
development
python-modules
google-api-core
+3 -1
pkgs/development/python-modules/google-api-core/default.nix
···
homepage = "https://github.com/googleapis/python-api-core";
changelog = "https://github.com/googleapis/python-api-core/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
-
maintainers = [ ];
+
maintainers = with lib.maintainers; [
+
sarahec
+
];
};
}