pythonPackage.amazon_kclpy: fix licence name asl -> amazonsl
This commit is contained in:
parent
c4900b2fce
commit
fdec3e7dce
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Amazon Kinesis Client Library for Python";
|
description = "Amazon Kinesis Client Library for Python";
|
||||||
homepage = https://github.com/awslabs/amazon-kinesis-client-python;
|
homepage = https://github.com/awslabs/amazon-kinesis-client-python;
|
||||||
license = licenses.asl;
|
license = licenses.amazonsl;
|
||||||
maintainers = with maintainers; [ psyanticy ];
|
maintainers = with maintainers; [ psyanticy ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user