diff --git a/pyproject.toml b/pyproject.toml index f7b7449..f0ba062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Python API client for Lidl Connect" readme = "README.md" license = { file = "LICENSE" } authors = [ - { name = "MarcUs7i", email = "info@marcus7i.net" } + { name = "Kizuren", email = "info@kizuren.dev" } ] dependencies = [ "bs4", @@ -17,4 +17,4 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/MarcUs7i/LidlConnect.py" +Homepage = "https://github.com/Kizuren/LidlConnect.py"