diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-30 12:58:42 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-30 12:58:45 +0200 |
commit | 87362643908fa4c11dac3a0ccde019f6541764b4 (patch) | |
tree | 34459b179ef69c337674fbb4cc2db0f655103567 /examples | |
parent | docker: rename scripts (diff) | |
download | cgitize-87362643908fa4c11dac3a0ccde019f6541764b4.tar.gz cgitize-87362643908fa4c11dac3a0ccde019f6541764b4.zip |
examples: replace the Inkscape repo with another one
It takes way too long to clone.
Diffstat (limited to 'examples')
-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 c5b41c8..cbaad30 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -88,11 +88,11 @@ name = "egor-tensin" dir = "gitlab-dir" #skip = ["repo1", "repo2"] -[gitlab.repositories.inkscape] -id = "inkscape/inkscape" [gitlab.repositories.gitter] id = "gitterHQ/webapp" dir = "gitterHQ" +[gitlab.repositories.graphviz] +id = "graphviz/graphviz" # Self-hosted repositories # ======================== |