nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.oauth2client: fix license

It was under Apache License 2.0 all that time.

authored by

Artem Leshchev and committed by
GitHub
c191a6dc 4089e292

+1 -1
+1 -1
pkgs/development/python-modules/oauth2client/default.nix
··· 29 29 meta = with lib; { 30 30 description = "Client library for OAuth 2.0"; 31 31 homepage = "https://github.com/google/oauth2client/"; 32 - license = licenses.bsd2; 32 + license = licenses.asl20; 33 33 }; 34 34 }