python3Packages.oauth2client: fix license
It was under Apache License 2.0 all that time.
This commit is contained in:
parent
4089e292e5
commit
c191a6dce0
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user