From 7fe670a4c1749f3d12d4cca75dc1f93baa8052bc Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 28 Oct 2024 14:23:16 -0400 Subject: [PATCH] Update home --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7004eef..0cd9373 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ long_description_content_type="text/markdown", author="S. Thuret", author_email="contact@sebastien-thuret.fr", - url="https://www.argosopentech.com", + url="https://github.com/LibreTranslate/argos-translate-files", packages=find_packages(), install_requires=required_packages, )