pythonPackages.grpcio: use correct license (#42944)
According to https://pypi.org/project/grpcio/ and github.com/grpc/grpc
This commit is contained in:
parent
d12e7b8d17
commit
7db99ba53e
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "HTTP/2-based RPC framework";
|
description = "HTTP/2-based RPC framework";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.asl20;
|
||||||
homepage = "https://grpc.io/grpc/python/";
|
homepage = "https://grpc.io/grpc/python/";
|
||||||
maintainers = with maintainers; [ vanschelven ];
|
maintainers = with maintainers; [ vanschelven ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user