From a44fc34c4ea254751cffa9f3776265b45a6128d8 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Fri, 27 Sep 2024 17:01:21 -0300 Subject: [PATCH] Sync config with changes from GitHub UI (#281) --- terraform-scripts/quarkus-easy-retrofit.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform-scripts/quarkus-easy-retrofit.tf b/terraform-scripts/quarkus-easy-retrofit.tf index 17368ed..a449bac 100644 --- a/terraform-scripts/quarkus-easy-retrofit.tf +++ b/terraform-scripts/quarkus-easy-retrofit.tf @@ -2,13 +2,13 @@ resource "github_repository" "quarkus_easy_retrofit" { name = "quarkus-easy-retrofit" description = "Provides an annotation based configuration to create Retrofit instances and enhances general functionality through more annotations." - homepage_url = "https://github.com/liuziyuan/easy-retrofit" + homepage_url = "https://github.com/easyretrofit" allow_update_branch = true archive_on_destroy = true delete_branch_on_merge = true has_issues = true vulnerability_alerts = true - topics = ["quarkus-extension", "http-client", "retrofit"] + topics = ["quarkus-extension", "http-client", "retrofit2"] } # Create team