From 8416adfc035f8c09a814c96bc151379561f8fc0e Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 3 Nov 2019 18:15:41 +0100 Subject: [PATCH] Tweak the setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4b2566..eb92d82 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( long_description=long_description, author="Thomas Sileo", author_email="t@a4.io", - url="https://github.com/tsileo/blobstash-python", + url="https://git.sr.ht/~tsileo/blobstash-python", packages=["blobstash.docstore", "blobstash.base", "blobstash.filetree"], license="MIT", zip_safe=False, -- 2.45.2