From f9f39765539af8c3049e2be8a50e304dcbf3f2b7 Mon Sep 17 00:00:00 2001 From: tarsil Date: Wed, 5 Jun 2024 10:12:41 +0100 Subject: [PATCH] Dymmond references --- mkdocs.yml | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 3b6bd8e..4ca272e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -28,7 +28,7 @@ theme: - search.highlight - content.tabs.link -repo_name: tarsil/asyncz +repo_name: dymmond/asyncz repo_url: https://github.com/dymmond/asyncz edit_uri: "" plugins: diff --git a/pyproject.toml b/pyproject.toml index 4466a09..10d3d28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,11 +65,11 @@ keywords = [ ] [project.urls] -Homepage = "https://github.com/tarsil/asyncz" +Homepage = "https://github.com/dymmond/asyncz" Documentation = "https://asyncz.dymmond.com/" Changelog = "https://asyncz.dymmond.com/release-notes/" Funding = "https://github.com/sponsors/tarsil" -Source = "https://github.com/tarsil/asyncz" +Source = "https://github.com/dymmond/asyncz" [tool.hatch.envs.default]