From 51bc8fb2c69384f47032eb406cd575b9adbb7e0d Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 3 Oct 2020 12:01:36 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f2957ab9..ef60d351 100644 --- a/setup.py +++ b/setup.py @@ -108,6 +108,6 @@ setup( 'Source': 'https://github.com/jakubroztocil/httpie', 'Online Demo': 'https://httpie.org/run', 'Donate': 'https://httpie.org/donate', - 'Twitter': 'https://twitter.com/clihttp', + 'Twitter': 'https://twitter.com/httpie', }, )