From b2876da620427e8903707cb1831c3a61f0c5553b Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 6 Aug 2023 01:40:57 -0500 Subject: [PATCH] project: update repo URL, leave GitHub --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6445c4..1eed51b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "amdgpu-stats" version = "0.1.20" description = "A module/TUI for AMD GPU statistics" authors = ["Josh Lay "] -repository = "https://github.com/joshlay/amdgpu_stats" +repository = "https://git.jlay.dev/jlay/amdgpu_stats" license = "MIT" readme = "README.md" documentation = "https://amdgpu-stats.readthedocs.io/en/latest/"