From 748bbf371673746831e4ad37ea93bc8160276c6b Mon Sep 17 00:00:00 2001 From: Wanda Boyer Date: Mon, 24 Aug 2026 13:30:19 -0700 Subject: [PATCH] Fixed `repository` field of `project.urls` in `pyproject.toml` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07bf0ac..e67ac5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ [project.urls] homepage = "https://pyfhel.readthedocs.io" documentation = "https://pyfhel.readthedocs.io" -repository = "https://github.com/ibarrond/github" +repository = "https://github.com/ibarrond/Pyfhel" # Minimum requirements for the build system to execute.