From 4f0cfc1ad4d387684596684706b36743b7644924 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Tue, 29 Aug 2023 22:01:24 -0500 Subject: [PATCH] pyproject: change repo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1eed51b..63baf13 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://git.jlay.dev/jlay/amdgpu_stats" +repository = "https://git.init3.us/BraveTraveler/amdgpu_stats" license = "MIT" readme = "README.md" documentation = "https://amdgpu-stats.readthedocs.io/en/latest/"