diff options
author | Franck Cuny <franck@fcuny.net> | 2021-08-12 15:46:51 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-08-12 15:46:51 -0700 |
commit | 19b3dccc1ff31534df3636d4d7d6a28c0ae1e189 (patch) | |
tree | c157f79f1d6dc7a230c87d5e34be48ff49e641ab /tools | |
parent | build: deploy to fly (diff) | |
download | world-19b3dccc1ff31534df3636d4d7d6a28c0ae1e189.tar.gz |
config: add vanity
Diffstat (limited to '')
-rw-r--r-- | tools/govanity/vanity.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/govanity/vanity.yaml b/tools/govanity/vanity.yaml index 13e0adf..57c18a1 100644 --- a/tools/govanity/vanity.yaml +++ b/tools/govanity/vanity.yaml @@ -1,5 +1,7 @@ baseUrl: golang.fcuny.net vcs: git repositories: + - name: vanity + repo: https://git.fcuny.net/fcuny/govanity - name: tools repo: https://git.fcuny.net/fcuny/tools |