pythonPackages.google_cloud_org_policy: Add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel
2021-01-05 15:52:26 +01:00
parent 414f4f4ac9
commit 6eae485e9f

View File

@@ -20,6 +20,6 @@ buildPythonPackage rec {
description = "Protobufs for Google Cloud Organization Policy.";
homepage = "https://github.com/googleapis/python-org-policy";
license = licenses.asl20;
maintainers = with maintainers; [ austinbutler ];
maintainers = with maintainers; [ austinbutler SuperSandro2000 ];
};
}