From b586b94ef7362c961669e343098d934c21249d0e Mon Sep 17 00:00:00 2001 From: bonastreyair Date: Mon, 29 Aug 2022 09:37:30 +0200 Subject: [PATCH] fix repository url --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8c78e7c..7648eac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Redis OSS "] maintainers = ["Redis OSS "] license = "BSD-3-Clause" readme = "README.md" -repository = "https://github.com/redis-developer/redis-om-python" +repository = "https://github.com/redis/redis-om-python" packages = [ { "include" = "aredis_om" }, ]