commit: b8c4e7f3cf4a277b369d0ffe5afb14b1058631d2 Author: [email protected] <webknjaz <AT> redhat <DOT> com> AuthorDate: Mon Jul 21 15:57:57 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 27 23:08:40 2026 +0000 URL: https://gitweb.gentoo.org/proj/hypothesis-gentoo.git/commit/?id=b8c4e7f3
Fix typo in the repo URL in core packaging metadata Part-of: https://github.com/gentoo/hypothesis-gentoo/pull/1 Closes: https://github.com/gentoo/hypothesis-gentoo/pull/1 Signed-off-by: Sam James <sam <AT> gentoo.org> pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f166b2..e6d202c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license-files = ["LICENSE"] dynamic = ["version", "description"] [project.urls] -Home = "https://github.com/projg2/hypothesis_gentoo/" +Home = "https://github.com/projg2/hypothesis-gentoo" [project.entry-points.hypothesis] _ = "hypothesis_gentoo:_hypothesis_setup_hook"
