python310Packages.aws-lambda-builders: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-26 14:06:12 +01:00
committed by GitHub
parent 42c3b4b1ec
commit 11ad349169
@@ -63,6 +63,7 @@ buildPythonPackage rec {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Tool to compile, build and package AWS Lambda functions";
homepage = "https://github.com/awslabs/aws-lambda-builders";
changelog = "https://github.com/aws/aws-lambda-builders/releases/tag/v${version}";
longDescription = ''
Lambda Builders is a Python library to compile, build and package
AWS Lambda functions for several runtimes & frameworks.