From 287056057708dcaeec4c1bc9ab843a25c0bbc67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Wed, 19 Feb 2025 17:51:49 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2af1bab..9095284 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ [project.urls] Homepage = "https://git.creekorful.cloud/creekorful/netbox-pve-sync" Issues = "https://git.creekorful.cloud/creekorful/netbox-pve-sync/issues" -Changelog = "https://git.creekorful.cloud/creekorful/netbox-pve-sync/src/branch/main/CHANGELOG.md" +Changelog = "https://git.creekorful.cloud/creekorful/netbox-pve-sync/src/branch/main/Changelog.md" [project.scripts] nbpxsync = "netbox_pve_sync:main"