fix: replace remaining placeholder URLs in zoom and drawio setup.py

PR #26 fixed placeholder URLs across most setup.py files but missed
zoom (yourusername) and drawio (anthropics). This aligns them with
the correct HKUDS/CLI-Anything repository URL.
This commit is contained in:
sehawq
2026-03-12 22:21:19 +03:00
parent 87f153ad03
commit 80e673d0cf
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ setup(
if __import__("os").path.exists("cli_anything/zoom/README.md")
else "CLI harness for Zoom meeting management.",
long_description_content_type="text/markdown",
url="https://github.com/yourusername/cli-anything-zoom",
url="https://github.com/HKUDS/CLI-Anything",
packages=find_namespace_packages(include=["cli_anything.*"]),
classifiers=[
"Development Status :: 4 - Beta",