aws-sam-cli: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-26 15:12:09 +02:00
parent c709ea868a
commit 1249d49eb3

View File

@ -56,8 +56,9 @@ python3.pkgs.buildPythonApplication rec {
doCheck = false;
meta = with lib; {
homepage = "https://github.com/awslabs/aws-sam-cli";
description = "CLI tool for local development and testing of Serverless applications";
homepage = "https://github.com/awslabs/aws-sam-cli";
changelog = "https://github.com/aws/aws-sam-cli/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ lo1tuma ];
};