python311Packages.aws-sam-translator: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-06-27 23:48:03 +02:00
parent 5e9ff98d1d
commit 5ca74285a2

View file

@ -59,7 +59,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library to transform SAM templates into AWS CloudFormation templates";
homepage = "https://github.com/aws/serverless-application-model";
homepage = "https://github.com/awslabs/serverless-application-model";
changelog = "https://github.com/aws/serverless-application-model/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};