From 721c871716fe905f968cdad60f1dfa1273f56b69 Mon Sep 17 00:00:00 2001 From: Chris Wheeler Date: Sun, 28 Aug 2022 23:52:07 -0700 Subject: [PATCH] Update the homepage and repository links --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aeb4ce0..74dafd7 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,8 @@ description = "A small simple wrapper around the mystb.in API." authors = ["AbstractUmbra "] license = "MIT" readme = "README.md" -homepage = "https://github.com/PythonistaGuild/mystbin-py" -repository = "https://github.com/PythonistaGuild/mystbin-py" +homepage = "https://github.com/PythonistaGuild/mystbin.py" +repository = "https://github.com/PythonistaGuild/mystbin.py" keywords = ["mystbin", "paste"] classifiers = [ "License :: OSI Approved :: MIT License",