Update github urls to fit organization
This commit is contained in:
parent
c5271e732c
commit
75a00839da
2
main.py
2
main.py
|
@ -37,7 +37,7 @@ class OBS(PluginBase):
|
||||||
|
|
||||||
self.register(
|
self.register(
|
||||||
plugin_name=self.lm.get("plugin.name"),
|
plugin_name=self.lm.get("plugin.name"),
|
||||||
github_repo="https://github.com/Core447/OBSPlugin",
|
github_repo="https://github.com/StreamController/OBSPlugin",
|
||||||
plugin_version="1.0.0",
|
plugin_version="1.0.0",
|
||||||
app_version="1.0.0-alpha",
|
app_version="1.0.0-alpha",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue