fix: update stale org URLs in pyproject.toml and README (#787)

This commit is contained in:
mvalentsev
2026-04-14 08:56:57 +05:00
parent 5a2f7db371
commit 001700ce72
2 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -30,9 +30,9 @@ dependencies = [
]
[project.urls]
Homepage = "https://github.com/milla-jovovich/mempalace"
Repository = "https://github.com/milla-jovovich/mempalace"
"Bug Tracker" = "https://github.com/milla-jovovich/mempalace/issues"
Homepage = "https://github.com/MemPalace/mempalace"
Repository = "https://github.com/MemPalace/mempalace"
"Bug Tracker" = "https://github.com/MemPalace/mempalace/issues"
[project.scripts]
mempalace = "mempalace.cli:main"