Skip to content

Commit

Permalink
add pages to experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Nov 24, 2023
1 parent a01f4c6 commit c18b08c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions terraform/github/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ repositories = {
}
experimental = {
description = "A repository for experimental Effect libraries"
has_pages = false
homepage_url = "https://effect-ts.github.io/experimental"
}
figlet = {
description = "An implementation of a FIGlet font parser and renderer built with Effect"
Expand Down Expand Up @@ -108,10 +108,6 @@ repositories = {
topics = ["functional-programming", "pattern-matching", "typescript"]
is_archived = true
}
monorepo-testing = {
collaborators = [{ username = "fubhy", permission = "push" }]
has_pages = false
}
opentelemetry = {
description = "OpenTelemetry integration with Effect"
homepage_url = "https://effect-ts.github.io/opentelemetry"
Expand Down

0 comments on commit c18b08c

Please sign in to comment.