From 8d52965fd60cc4375655440d2061482c71850586 Mon Sep 17 00:00:00 2001 From: John Gerrard Holland Date: Mon, 1 May 2023 12:01:14 -0400 Subject: [PATCH] docs: switch to http protocol for homepage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 557e719d..98b0a377 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ module = ["matplotlib.*", "sklearn.*", "pandas.*", "numpy.*"] ignore_missing_imports=true [project.urls] -homepage = "https://www.empiricalresearch.ai" +homepage = "http://www.empiricalresearch.ai" repository = "https://github.com/AutoResearch/autora-theorist-template" documentation = "https://autoresearch.github.io/autora/"