From 102f08cd2807e0e664064f118a66b0c974c43c0e Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 3 Sep 2025 16:18:52 +0200 Subject: Switch the project from 0xacab to github While the folks running 0xacab are much more lovely than the github ones, this project has outgrown the former: - Github offers beefy continuous integration, make it easier to run the testsuite on every python version, instead of using a weird docker-based contraption. Moreover, I'd rather burn some Microsoft money than 0xacab one. - Opening an account on 0xacab is non-trivial (by design), making it tedious for people to report issues and contribute to mat2. - Gitlab is becoming unbearably slow and convoluted, even compared to Github's awful Copilot/AI push. It's a sad state of affairs, but it's a pragmatic decision. People who don't have a Github account can still report issues and send patches by sending me an email. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 62912b1..b5f9c0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,9 +11,9 @@ dependencies = [ 'pycairo', ] [project.urls] -Repository = "https://0xacab.org/jvoisin/mat2" -Issues = "https://0xacab.org/jvoisin/mat2/-/issues" -Changelog = "https://0xacab.org/jvoisin/mat2/-/blob/master/CHANGELOG.md" +Repository = "https://github.com/jvoisin/mat2" +Issues = "https://github.com/jvoisin/mat2/issues" +Changelog = "https://github.com/jvoisin/mat2/blob/master/CHANGELOG.md" [tool.ruff] target-version = "py39" -- cgit v1.3