diff options
| author | Jörg Thalheim <joerg@thalheim.io> | 2024-07-28 16:44:11 +0200 |
|---|---|---|
| committer | aleksana <me@aleksana.moe> | 2024-07-29 10:06:20 +0800 |
| commit | 5356420466c4d7901b63acc5e337c5bf30573f8a (patch) | |
| tree | 2cdc5abef66c190b870a411453c1132cada1dc25 /pkgs/development/python-modules/google-api-python-client | |
| parent | 8e3eab28d876d770f7103c26f3d995588202862c (diff) | |
treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
-e 's!with lib.maintainers; \[ *\];![ ];!' \
-e 's!with maintainers; \[ *\];![ ];!'
Diffstat (limited to 'pkgs/development/python-modules/google-api-python-client')
| -rw-r--r-- | pkgs/development/python-modules/google-api-python-client/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/google-api-python-client/default.nix b/pkgs/development/python-modules/google-api-python-client/default.nix index c31e4c81359f..3cb93fc57419 100644 --- a/pkgs/development/python-modules/google-api-python-client/default.nix +++ b/pkgs/development/python-modules/google-api-python-client/default.nix @@ -51,6 +51,6 @@ buildPythonPackage rec { homepage = "https://github.com/google/google-api-python-client"; changelog = "https://github.com/googleapis/google-api-python-client/releases/tag/v${version}"; license = licenses.asl20; - maintainers = with maintainers; [ ]; + maintainers = [ ]; }; } |
