From 36da776a399c597eb8585da8dcb845958b76942c Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Tue, 17 Sep 2024 15:20:59 -0500 Subject: [PATCH] Update url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index eb7a5528af..a06a9ffdb4 100644 --- a/setup.py +++ b/setup.py @@ -524,7 +524,7 @@ def run(self): long_description=readme, long_description_content_type="text/markdown", author="ethereum", - url="https://github.com/ethereum/eth2.0-specs", + url="https://github.com/ethereum/consensus-specs", include_package_data=False, package_data={ 'configs': ['*.yaml'],