cloud-init: add changelog to meta

This commit is contained in:
Mario Rodas 2023-06-28 09:53:00 +00:00
parent 7ff0d48560
commit 2b50fc69b2

View File

@ -127,6 +127,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
homepage = "https://github.com/canonical/cloud-init";
description = "Provides configuration and customization of cloud instance";
changelog = "https://github.com/canonical/cloud-init/raw/${version}/ChangeLog";
license = with licenses; [ asl20 gpl3Plus ];
maintainers = with maintainers; [ illustris jfroche ];
platforms = platforms.all;