diff --git a/src/mastodon_toot_follower/mastodon_factory.py b/src/mastodon_toot_follower/mastodon_factory.py index e6ef055..d373f33 100644 --- a/src/mastodon_toot_follower/mastodon_factory.py +++ b/src/mastodon_toot_follower/mastodon_factory.py @@ -7,7 +7,7 @@ from mastodon_toot_follower import path_util class MastodonFactory: def __init__(self, name: str = 'MastodonTootFollower', - url: str = 'https://git.privacy1st.de/langfingaz/MastodonTootFollower', + url: str = 'https://codeberg.org/privacy1st/MastodonTootFollower', config_dir: Path = None, ): if len(name) <= 0: diff --git a/src/mastodon_toot_follower/mastodon_py_library_experiments.py b/src/mastodon_toot_follower/mastodon_py_library_experiments.py index 12cd6fe..2c17812 100644 --- a/src/mastodon_toot_follower/mastodon_py_library_experiments.py +++ b/src/mastodon_toot_follower/mastodon_py_library_experiments.py @@ -5,7 +5,7 @@ from mastodon import Mastodon def main(): app_name = 'MastodonTootFollower' - git_url = 'https://git.privacy1st.de/langfingaz/MastodonTootFollower' + git_url = 'https://codeberg.org/privacy1st/MastodonTootFollower' app_credentials = Path(app_name + '.secret') instance_url = 'https://replace-with-existing-instance'