diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-14 17:38:58 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-15 17:46:01 -0700 |
commit | 3c7117502cce0c379c79896ed1a2d2ac3899d657 (patch) | |
tree | 7ecdb430abb998ae186ff41f85eadc74d3b00f3d /tools/govanity | |
parent | feat(home/beet): import albums on the NAS (diff) | |
download | world-3c7117502cce0c379c79896ed1a2d2ac3899d657.tar.gz |
fix(tools/govanity): remove one repo and fix URL for the other two
Change-Id: Id8ad45afc710e1bc5fef5704deb9d8b4c7559b4b Reviewed-on: https://cl.fcuny.net/c/world/+/418 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to 'tools/govanity')
-rw-r--r-- | tools/govanity/vanity.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/govanity/vanity.yaml b/tools/govanity/vanity.yaml index cfe5b03..29ffd1c 100644 --- a/tools/govanity/vanity.yaml +++ b/tools/govanity/vanity.yaml @@ -2,8 +2,6 @@ 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 + repo: https://git.fcuny.net/world/tree/tools/govanity - name: mpd-stats - repo: https://git.fcuny.net/fcuny/mpd-stats + repo: https://git.fcuny.net/world/tree/tools/mpd-stats |