terraform-plugin-docs: add meta.{changelog,mainProgram}

Co-authored-by: Philipp Böschen <catouc@philipp.boeschen.me>
This commit is contained in:
Anthony Roussel
2023-11-01 08:20:58 +01:00
co-authored by Philipp Böschen
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 ];
};
}