discourse/update.py: add missing plugins
This commit is contained in:
parent
85d7eb75c9
commit
32e24e792c
1 changed files with 4 additions and 0 deletions
|
@ -187,9 +187,13 @@ def update_plugins():
|
|||
|
||||
"""
|
||||
plugins = [
|
||||
{'name': 'discourse-calendar'},
|
||||
{'name': 'discourse-canned-replies'},
|
||||
{'name': 'discourse-checklist'},
|
||||
{'name': 'discourse-data-explorer'},
|
||||
{'name': 'discourse-github'},
|
||||
{'name': 'discourse-math'},
|
||||
{'name': 'discourse-migratepassword', 'owner': 'discoursehosting'},
|
||||
{'name': 'discourse-solved'},
|
||||
{'name': 'discourse-spoiler-alert'},
|
||||
{'name': 'discourse-yearly-review'},
|
||||
|
|
Loading…
Reference in a new issue