From 226136fa1e4bede173c6c1ebbdf620c1a7d084c7 Mon Sep 17 00:00:00 2001 From: keiranjprice101 <44777678+keiranjprice101@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:25:06 +0100 Subject: [PATCH] Update pyproject.toml Co-authored-by: Samuel Jones --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a14318..8412b4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ ] [project.urls] -"Repository" = "https://github.com/fiaisisfile-watcher" +"Repository" = "https://github.com/fiaisis/file-watcher" [project.scripts] file_watcher = "file_watcher.main:main"