Skip to content

Commit

Permalink
chore(github): add homepage url (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiran94 committed Dec 29, 2023
1 parent 45c9d26 commit a4e74f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/github.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "github_repository" "main" {
name = "fuzzy-secret-stdout"
description = "Small utility to fuzzy search from a secret store and print the value to stdout"
visibility = "public"
homepage_url = ""
homepage_url = "https://pypi.org/project/fuzzy-secret-stdout/"

has_projects = false
has_wiki = false
Expand Down

0 comments on commit a4e74f9

Please sign in to comment.