mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
python311Packages.aws-sam-translator: add changelog to meta
This commit is contained in:
parent
5e9ff98d1d
commit
5ca74285a2
@ -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; [ ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user