Merge pull request #330908 from matshch/fix-oauth2client-license

python3Packages.oauth2client: fix license
This commit is contained in:
Johannes Jöns
2024-07-29 23:37:26 +02:00
committed by GitHub
@@ -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;
};
}