From 460800cd061d0c8b99a8fa4237f93e2cb9f60c3a Mon Sep 17 00:00:00 2001 From: jenisys <jenisys@users.noreply.github.com> Date: Wed, 16 Aug 2023 08:50:52 +0200 Subject: [PATCH] FIXED #1598: pyproject.toml: Wrong repository URL (#1602) * CHANGED TO: https://github.com/reflex-dev/reflex --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0497439a7..b670cd0b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] readme = "README.md" homepage = "https://reflex.dev" -repository = "https://github.com/pynecone-io/pynecone" +repository = "https://github.com/reflex-dev/reflex" documentation = "https://reflex.dev/docs/getting-started/introduction" keywords = [ "web",