From d29b642caf6db8d1ae54312041b2285242089299 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 14 Dec 2022 12:49:07 +0100 Subject: [PATCH] update git url --- src/mastodon_toot_follower/mastodon_factory.py | 2 +- src/mastodon_toot_follower/mastodon_py_library_experiments.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'