terraform-plugin-docs: add meta.{changelog,mainProgram}
Co-authored-by: Philipp Böschen <catouc@philipp.boeschen.me>
This commit is contained in:
parent
445b0b4395
commit
d7cd2337c8
@ -16,7 +16,9 @@ buildGoModule rec {
|
||||
meta = with lib; {
|
||||
description = "Generate and validate Terraform plugin/provider documentation";
|
||||
homepage = "https://github.com/hashicorp/terraform-plugin-docs";
|
||||
changelog = "https://github.com/hashicorp/terraform-plugin-docs/releases/tag/v${version}";
|
||||
license = licenses.mpl20;
|
||||
mainProgram = "tfplugindocs";
|
||||
maintainers = with maintainers; [ lewo ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user