ssm-agent: add meta.changelog

This commit is contained in:
Anthony Roussel
2023-09-28 20:28:34 +02:00
parent bf08e56032
commit 0f36289db9
@@ -138,6 +138,7 @@ buildGoPackage rec {
meta = with lib; {
description = "Agent to enable remote management of your Amazon EC2 instance configuration";
changelog = "https://github.com/aws/amazon-ssm-agent/releases/tag/${version}";
homepage = "https://github.com/aws/amazon-ssm-agent";
license = licenses.asl20;
platforms = platforms.unix;