diff --git a/maubot.yaml b/maubot.yaml index c4f155b..caa642f 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -2,7 +2,7 @@ maubot: 0.1.0 id: test.irregularchat.matrix_to_discourse version: 0.1.1.1 -license: GPL-3.0 +license: GPL-3.0-only modules: - bot main_class: MatrixToDiscourseBot @@ -13,4 +13,4 @@ dependencies: - openai - pyyaml - requests - # - asyncio \ No newline at end of file + # - asyncio diff --git a/plugin/maubot.yaml b/plugin/maubot.yaml index 7955ef1..8a86ece 100644 --- a/plugin/maubot.yaml +++ b/plugin/maubot.yaml @@ -2,7 +2,7 @@ maubot: 0.1.0 id: blacklisted.irregularchat.matrix_to_discourse version: 1.2.1 -license: GPL-3.0 +license: GPL-3.0-only modules: - MatrixToDiscourseBot main_class: MatrixToDiscourseBot @@ -12,4 +12,4 @@ extra_files: - base-config.yaml dependencies: - openai - - pyyaml \ No newline at end of file + - pyyaml