From 769b034d3847f27449f884928fa8286668858d45 Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Tue, 20 Jun 2023 15:17:34 +0300 Subject: [PATCH] Update path Signed-off-by: Nikolaos Karaolidis --- README.rst | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a142b8a..93a47cb 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ Installation .. code-block:: - $ pip install git+https://git.karaolidis.com/Nikas36/fbchat.git + $ pip install git+https://git.karaolidis.com/karaolidis/fbchat.git Acknowledgements diff --git a/pyproject.toml b/pyproject.toml index cb6c06d..46e991e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ author = "Taehoon Kim" author-email = "carpedm20@gmail.com" maintainer = "Mads Marquart" maintainer-email = "madsmtm@gmail.com" -home-page = "https://git.karaolidis.com/Nikas36/fbchat/" +home-page = "https://git.karaolidis.com/karaolidis/fbchat/" requires = [ "attrs>=19.1", "requests~=2.19", @@ -47,7 +47,7 @@ keywords = "Facebook FB Messenger Library Chat Api Bot" license = "BSD 3-Clause" [tool.flit.metadata.urls] -Repository = "https://git.karaolidis.com/Nikas36/fbchat/" +Repository = "https://git.karaolidis.com/karaolidis/fbchat/" [tool.flit.metadata.requires-extra] test = [