pythonPackages.grpcio: use correct license (#42944)

According to https://pypi.org/project/grpcio/ and github.com/grpc/grpc
This commit is contained in:
Manuel Mendez 2018-07-03 17:07:43 -04:00 committed by Robert Schütz
parent d12e7b8d17
commit 7db99ba53e

View File

@ -16,7 +16,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "HTTP/2-based RPC framework";
license = lib.licenses.bsd3;
license = lib.licenses.asl20;
homepage = "https://grpc.io/grpc/python/";
maintainers = with maintainers; [ vanschelven ];
};