aws-nuke: add changelog to meta

This commit is contained in:
Mario Rodas 2023-09-08 04:20:00 +00:00
parent 8c2225cf4d
commit 9e58685b9c

View File

@ -41,6 +41,7 @@ buildGoModule rec {
meta = with lib; {
description = "Nuke a whole AWS account and delete all its resources";
homepage = "https://github.com/rebuy-de/aws-nuke";
changelog = "https://github.com/rebuy-de/aws-nuke/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ grahamc ];
};