From 9075732230d2e0e4b273ced7929e8da9114f35bb Mon Sep 17 00:00:00 2001 From: eickeh <33962585+eickeh@users.noreply.github.com> Date: Mon, 17 Aug 2026 14:16:23 +0200 Subject: [PATCH] Update setup.py Removed link to the deprecated owlink website as it's no longer associated with this project. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e3b959b..0b4d07a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( description="An open Apple AirDrop implementation", long_description=long_description, long_description_content_type="text/markdown", - url="https://owlink.org", + url="<>", project_urls={ "Source": "https://github.com/seemoo-lab/opendrop", "Research Paper": "https://usenix.org/conference/usenixsecurity19/presentation/stute",