From 217447f02122c2808af8684e55aa701a7d5c3fa2 Mon Sep 17 00:00:00 2001 From: Lionel Dricot Date: Sat, 2 Apr 2022 21:09:55 +0200 Subject: [PATCH] updating URL in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b784b71..4eeb0f0 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( description="Offline-First Gemini/Web/Gopher/RSS reader and browser", author="Ploum", author_email="offpunk@ploum.eu", - url='https://tildegit.org/ploum/AV-98-offline/', + url='https://notabug.org/ploum/offpunk', classifiers=[ 'License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3 :: Only',