python39Packages.google-cloud-access-context-manager: remove unused input
This commit is contained in:
parent
ffaf078cdd
commit
7eeb8feab5
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildPythonPackage, fetchPypi, pythonOlder, google-api-core }:
|
||||
{ lib, buildPythonPackage, fetchPypi, google-api-core }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-access-context-manager";
|
||||
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Protobufs for Google Access Context Manager.";
|
||||
description = "Protobufs for Google Access Context Manager";
|
||||
homepage = "https://github.com/googleapis/python-access-context-manager";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ austinbutler SuperSandro2000 ];
|
||||
|
|
Loading…
Reference in a new issue