Merge pull request #330908 from matshch/fix-oauth2client-license
python3Packages.oauth2client: fix license
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user