Unverified Commit c191a6dc authored by Artem Leshchev's avatar Artem Leshchev Committed by GitHub
Browse files

python3Packages.oauth2client: fix license

It was under Apache License 2.0 all that time.
parent 4089e292
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}