Skip to content

Commit 132e15f

Browse files
Copilotumireon
andauthored
Update plugin metadata to reflect repository ownership transfer (#695)
* Initial plan * Update plugin info to use correct repository and author details Co-authored-by: umireon <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: umireon <[email protected]>
1 parent 5a50e94 commit 132e15f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/consts.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ const char *const KAWASE_BLUR_EFFECT_PATH = "effects/kawase_blur.effect";
2323
const char *const BLEND_EFFECT_PATH = "effects/blend_images.effect";
2424

2525
const char *const PLUGIN_INFO_TEMPLATE =
26-
"<a href=\"https://github.com/occ-ai/obs-backgroundremoval/\">Background Removal</a> (%1) by "
27-
"<a href=\"https://github.com/occ-ai\">OCC AI</a> ❤️ "
28-
"<a href=\"https://www.patreon.com/RoyShilkrot\">Support & Follow</a>";
26+
"<a href=\"https://github.com/royshil/obs-backgroundremoval/\">Background Removal</a> (%1) by "
27+
"<a href=\"https://github.com/royshil\">Roy Shilkrot</a> ❤️ "
28+
"<a href=\"https://github.com/sponsors/royshil\">Support & Follow</a>";
2929
const char *const PLUGIN_INFO_TEMPLATE_UPDATE_AVAILABLE =
30-
"<center><a href=\"https://github.com/occ-ai/obs-backgroundremoval/releases\">🚀 Update available! (%1)</a></center>";
30+
"<center><a href=\"https://github.com/royshil/obs-backgroundremoval/releases\">🚀 Update available! (%1)</a></center>";
3131

3232
#endif /* CONSTS_H */

0 commit comments

Comments
 (0)