mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
aws-sam-cli: add changelog to meta
This commit is contained in:
parent
c709ea868a
commit
1249d49eb3
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user