Skip to content

Commit

Permalink
python3Packages.oauth2client: fix license
Browse files Browse the repository at this point in the history
It was under Apache License 2.0 all that time.
  • Loading branch information
matshch authored Jul 29, 2024
1 parent 4089e29 commit c191a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/oauth2client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit c191a6d

Please sign in to comment.