python3Packages.oauth2client: fix license

It was under Apache License 2.0 all that time.
This commit is contained in:
Artem Leshchev 2024-07-29 12:53:22 -05:00 committed by GitHub
parent 4089e292e5
commit c191a6dce0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,6 @@ buildPythonPackage rec {
meta = with lib; {
description = "Client library for OAuth 2.0";
homepage = "https://github.com/google/oauth2client/";
license = licenses.bsd2;
license = licenses.asl20;
};
}