diff --git a/otterdog/adoptium.jsonnet b/otterdog/adoptium.jsonnet index fec6e40..4aa4cdf 100644 --- a/otterdog/adoptium.jsonnet +++ b/otterdog/adoptium.jsonnet @@ -775,6 +775,8 @@ orgs.newOrg('adoptium') { allow_merge_commit: false, allow_update_branch: false, web_commit_signoff_required: false, + description: "A tool to generate NIST CPE directory entries for Eclipse Temurin using the Adoptium API.", + homepage: "https://adoptium.net/temurin", branch_protection_rules: [ orgs.newBranchProtectionRule('main') { required_approving_review_count: 1,