From 275c43dcbf38e00c2f2239b8d90af1f627f9c3d4 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 21 Dec 2023 16:51:01 -0500 Subject: [PATCH] docs: fix link to homepage (#351) I think this was a replacement mistake when moving over. This the the homepage for sp-repo-review, so linking to the GitHub page seems to make sense. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad9e1fd6..149103f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ [project.urls] Guide = "https://learn.scientific-python.org/development" -Homepage = "https://scientific-python.github.io/cookie" +Homepage = "https://github.com/scientific-python/cookie" Preview = "https://scientific-python-cookie.readthedocs.io" Source = "https://github.com/scientific-python/cookie"