diff options
Diffstat (limited to 'module/plugins/accounts/RehostTo.py')
-rw-r--r-- | module/plugins/accounts/RehostTo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/accounts/RehostTo.py b/module/plugins/accounts/RehostTo.py index fb7380d9c..a5984eda9 100644 --- a/module/plugins/accounts/RehostTo.py +++ b/module/plugins/accounts/RehostTo.py @@ -7,6 +7,7 @@ class RehostTo(Account): __name__ = "RehostTo" __type__ = "account" __version__ = "0.18" + __status__ = "stable" __description__ = """Rehost.to account plugin""" __license__ = "GPLv3" |