From b71221593044d452cbee51965ecf18905b7cfd37 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Sun, 28 Jan 2024 11:53:23 +0100 Subject: [PATCH] fix: source URL in pyproject.toml to point to GitHub repository (#192) Fixes #191 Signed-off-by: Christopher Arndt --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7aa8213..b02c6c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ file = "LICENSE.md" "Documentation" = "https://spotlightkid.github.io/python-rtmidi/" "Download" = "https://pypi.python.org/pypi/python-rtmidi" "Homepage" = "https://github.com/SpotlightKid/python-rtmidi" -"Source" = "https://gitlab.com/SpotlightKid/python-rtmidi/" +"Source" = "https://github.com/SpotlightKid/python-rtmidi/" [tool.black] line-length = 99