aws-encryption-sdk-cli: fix license and meta.mainProgram

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

View file

@ -46,7 +46,8 @@ python3Packages.buildPythonApplication rec {
homepage = "https://aws-encryption-sdk-cli.readthedocs.io/";
changelog = "https://github.com/aws/aws-encryption-sdk-cli/blob/v${version}/CHANGELOG.rst";
description = "CLI wrapper around aws-encryption-sdk-python";
license = licenses.apsl20;
license = licenses.asl20;
mainProgram = "aws-encryption-cli";
maintainers = with maintainers; [ anthonyroussel ];
};
}