diff --git a/social_network/pyproject.toml b/social_network/pyproject.toml
index 9820520b41338830ec543a85be9c1ffa24a4f45e..d41659823dd7c36e41b8fcd29147189adb869510 100644
--- a/social_network/pyproject.toml
+++ b/social_network/pyproject.toml
@@ -2,10 +2,9 @@
 name = "the-social-network"
 version = "0.0.7"
 description = "Basic social network core."
-authors = ["Marc Feger <marc.feger@hhu.de>"]
+authors = ["Marc Feger <marc.feger@icloud.com>"]
 license = "BSD-4"
 readme = "README.md"
-homepage = "https://gitlab.cs.uni-duesseldorf.de/feger/the-social-network"
 
 [tool.poetry.dependencies]
 python = "^3.9"