From bd1ae9b3b977b4e4973e9dda00d3de7a8f077ffe Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 23 Aug 2023 02:47:57 +0200 Subject: examples: switch to a different GitHub org browserify is too huge, the tests are taking too long. --- examples/cgitize.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples') diff --git a/examples/cgitize.toml b/examples/cgitize.toml index 5378c05..9c29f07 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -31,12 +31,12 @@ dir = "github-dir" # Repositories to skip: skip = ["repo1", "repo2"] -[github.organizations.browserify] +[github.organizations.goauthentik] # For GitHub, you can also specify organizations. The settings are similar to -# those for users. "browserify" is a random organization. -name = "browserify" -dir = "browserify-dir" -skip = ["awesome-browserify", "discuss"] +# those for users. "goauthentik" is a random organization. +name = "goauthentik" +dir = "goauthentik-dir" +skip = ["version", "testing-setups"] # Some random repositories hosted on GitHub: [github.repositories.lens] -- cgit v1.2.3