From c6fb00bfc3a32666abf502b003bfb031712e20b9 Mon Sep 17 00:00:00 2001 From: Yair Bonastre <37800834+bonastreyair@users.noreply.github.com> Date: Thu, 1 Sep 2022 12:11:29 +0200 Subject: [PATCH] fix repository url (#362) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8c78e7..7648eac 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" }, ]