From 3e1f6bc0fb750588f86c0ed24a9786ea7f37dc0e Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 3 Nov 2019 18:16:20 +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 031f862..7f2f6b4 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ README = Path(__file__).parent.joinpath("README.md").resolve() setup( name="entries", version="0.1.2", - url="https://github.com/tsileo/entries", + url="https://git.sr.ht/~tsileo/entries", description="Micropub client for the terminal", long_description=README.read_text(), long_description_content_type="text/markdown", -- 2.45.2