Correct git server location (git.ipng.ch not github.com)

This commit is contained in:
Pim van Pelt
2025-08-01 17:11:14 +02:00
parent 255045da7e
commit 5824d1d0a7

View File

@@ -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",
},
)