Skip to content

Commit

Permalink
Refine repository metadata for improved clarity
Browse files Browse the repository at this point in the history
- Enhance repository description in Terraform script for improved project clarity.
  • Loading branch information
gastaldi committed Jan 22, 2025
1 parent d62bdb5 commit a964f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/quarkus-roq.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Create repository
resource "github_repository" "quarkus_statiq" {
name = "quarkus-roq"
description = "An extension to generate/publish static pages from your Quarkus web-app"
description = "The Roq Static Site Generator allows to easily create a static website or blog using Quarkus super-powers."
homepage_url = "https://pages.quarkiverse.io/quarkus-roq/"
allow_update_branch = true
archive_on_destroy = true
Expand Down

0 comments on commit a964f1b

Please sign in to comment.