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 07:54:50 +01:00
parent 445b0b4395
commit d7cd2337c8
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -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 ];
};
}