cloud-init: add changelog to meta
This commit is contained in:
parent
7ff0d48560
commit
2b50fc69b2
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue