Skip to content

Commit 9ef597f

Browse files
authored
python3Packages.google-api-core: add sarahec as maintainer (#434505)
2 parents 71ece3c + 8fddfbd commit 9ef597f

File tree

1 file changed

+5
-5
lines changed
  • pkgs/development/python-modules/google-api-core

1 file changed

+5
-5
lines changed

pkgs/development/python-modules/google-api-core/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ buildPythonPackage rec {
2222
version = "2.25.1";
2323
pyproject = true;
2424

25-
disabled = pythonOlder "3.7";
26-
2725
src = fetchFromGitHub {
2826
owner = "googleapis";
2927
repo = "python-api-core";
@@ -79,15 +77,17 @@ buildPythonPackage rec {
7977

8078
pythonImportsCheck = [ "google.api_core" ];
8179

82-
meta = with lib; {
80+
meta = {
8381
description = "Core Library for Google Client Libraries";
8482
longDescription = ''
8583
This library is not meant to stand-alone. Instead it defines common
8684
helpers used by all Google API clients.
8785
'';
8886
homepage = "https://github.com/googleapis/python-api-core";
8987
changelog = "https://github.com/googleapis/python-api-core/blob/${src.tag}/CHANGELOG.md";
90-
license = licenses.asl20;
91-
maintainers = [ ];
88+
license = lib.licenses.asl20;
89+
maintainers = with lib.maintainers; [
90+
sarahec
91+
];
9292
};
9393
}

0 commit comments

Comments
 (0)