From 3ae0a21471764f113a714f982b07fc6693f1dabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20L=C3=B6sche?= Date: Thu, 17 Oct 2024 08:54:03 +0200 Subject: [PATCH] Update source URL --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a9d46df..fe219ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,10 +54,8 @@ onprem = "fix_plugin_onprem:OnpremCollectorPlugin" [project.urls] Documentation = "https://inventory.fix.security" -Source = "https://github.com/someengineering/fix/tree/main/plugins/onelogin" +Source = "https://github.com/someengineering/fixinventory-plugin-onprem" [build-system] requires = ["setuptools>=67.8.0", "wheel>=0.40.0", "build>=0.10.0"] build-backend = "setuptools.build_meta" - -