From 15e43d14bfea65c167c145f629c5aaef401da81b Mon Sep 17 00:00:00 2001 From: woutdenolf Date: Tue, 7 Jul 2026 18:48:15 +0200 Subject: [PATCH] pyproject.toml: fix source URL --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05fe9d7..67a78eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ requires = [ [project.urls] homepage = 'http://silx.org' documentation = 'http://www.silx.org/doc/freesas/latest/' -source = 'https://github.com/silx-kit/freeas' +source = 'https://github.com/silx-kit/freesas' download = 'https://github.com/silx-kit/freesas/releases' tracker = 'https://github.com/silx-kit/freesas/issues'