diff --git a/pyproject.toml b/pyproject.toml index 0e470af..de897bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [project.urls] -Homepage = "ssh://git@repos.susurrando.com:7272/srv/git.repos/discover-mastodon-servers.git" +Homepage = "ssh://git@repos.susurrando.com:1122/srv/git.repos/discover-mastodon-servers.git" [project] name = "discover-mastodon-servers" diff --git a/setup.py b/setup.py index 8e2f8fa..30d7904 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setuptools.setup( version=config['metadata']['version'], name=config['metadata']['name'], author_email="ad@susurrando.com", - url="ssh://git@repos.susurrando.com:7272/srv/git.repos/discover-mastodon-servers.git", + url="ssh://git@repos.susurrando.com:1122/srv/git.repos/discover-mastodon-servers.git", description="Discover Mastodon servers by looking at public timelines", long_description="README.md", long_description_content_type="text/markdown",