diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 13:04:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-16 13:04:46 +0300 |
commit | b3925d722476afa60709959ad9b99a295e4a4280 (patch) | |
tree | f078d57afe93feafebbdd2e6d83be0bedd391ade /examples/cgitize.toml | |
parent | fix an editing fuck-up (diff) | |
download | cgitize-b3925d722476afa60709959ad9b99a295e4a4280.tar.gz cgitize-b3925d722476afa60709959ad9b99a295e4a4280.zip |
examples/cgitize.toml: fix repository ID
Diffstat (limited to '')
-rw-r--r-- | examples/cgitize.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cgitize.toml b/examples/cgitize.toml index 80341a4..184dff6 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -80,9 +80,9 @@ dir = "gitlab-dir" [gitlab.repositories.inkscape] id = "inkscape/inkscape" [gitlab.repositories.gitter] -id = "gitter/webapp" +id = "gitterHQ/webapp" # You can put repositories in a subdirectory: -dir = "gitter" +dir = "gitterHQ" [repositories] |