From 05c07282c09aa0a58c793cbf080ea7e252fb4529 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Mon, 14 Feb 2022 12:06:31 +0100 Subject: [PATCH] Update homepage URL The original URL is 404: > If you're the owner of this site, please update your links to use > srossross.github.io instead. Subdomains of github.com are deprecated for > GitHub Pages. They will not redirect to github.io after April 15, 2021. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d97ce63..7c6cf05 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ author_email='srossross@enthought.com', maintainer='Sean Ross-Ross', maintainer_email='enthought-dev@enthought.com', - url='http://srossross.github.com/Meta', + url='http://srossross.github.io/Meta', classifiers=[ "Development Status :: 5 - Production/Stable",