python311Packages.aws-encryption-sdk: fix license

This commit is contained in:
Anthony Roussel 2023-09-26 13:29:23 +02:00
parent 6d2a158434
commit 8fd88424c4
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -48,7 +48,7 @@ buildPythonPackage rec {
homepage = "https://aws-encryption-sdk-python.readthedocs.io/";
changelog = "https://github.com/aws/aws-encryption-sdk-python/blob/v${version}/CHANGELOG.rst";
description = "Fully compliant, native Python implementation of the AWS Encryption SDK.";
license = licenses.apsl20;
license = licenses.asl20;
maintainers = with maintainers; [ anthonyroussel ];
};
}