Skip to content

Commit

Permalink
Merge pull request #330908 from matshch/fix-oauth2client-license
Browse files Browse the repository at this point in the history
python3Packages.oauth2client: fix license
  • Loading branch information
jopejoe1 authored Jul 29, 2024
2 parents 755b7e4 + c191a6d commit 0093835
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 0093835

Please sign in to comment.