From cdacfbea62d6147bd51f58a564a5f2065df65177 Mon Sep 17 00:00:00 2001 From: Lorenz Steinert <lorenz@steinerts.de> Date: Sun, 1 Sep 2019 21:33:19 +0200 Subject: [PATCH] update maubot.yaml --- maubot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maubot.yaml b/maubot.yaml index 810b1c9..eb4aa76 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -21,7 +21,7 @@ modules: # If `module` is omitted, will default to last module specified in the module list. # Even if `module` is not omitted here, it must be included in the modules list. # The main class must extend maubot.Plugin -main_class: gitlab/Gitlab +main_class: Gitlab # Extra files that the upcoming build tool should include in the mbp file. -- GitLab