diff --git a/setup.py b/setup.py index c89ceda..89e957b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( description="A command-line interface for Uptime Kuma", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/yourusername/kumacli", + url="https://git.ipng.ch/ipng/kumacli", packages=find_packages(where="src"), package_dir={"": "src"}, classifiers=[ @@ -41,7 +41,7 @@ setup( }, keywords="uptime kuma monitoring cli", project_urls={ - "Bug Reports": "https://github.com/yourusername/kumacli/issues", - "Source": "https://github.com/yourusername/kumacli", + "Bug Reports": "https://git.ipng.ch/ipng/kumacli/issues", + "Source": "https://git.ipng.ch/ipng/kumacli", }, )