diff --git a/composer.json b/composer.json
index 443b2e5fd2997b9762da451efe3c81fc9728767b..1722b36b7c5c966358f915880551ce6a15b93b47 100644
--- a/composer.json
+++ b/composer.json
@@ -4,6 +4,7 @@
   "description": "QUIQQER Authentication with Google Authenticator",
   "version": "dev-dev",
   "license": "GPL-3.0+",
+  "homepage": "https://www.quiqqer.com",
   "authors": [
     {
       "name": "Patrick Müller",
diff --git a/package.xml b/package.xml
index 2cf13133e2368bcfc888c9204fdf9149c3409e36..354cd018815f8d17e02a963550b41a371dbe424a 100644
--- a/package.xml
+++ b/package.xml
@@ -8,9 +8,15 @@
             <locale group="quiqqer/authgoogle2fa" var="package.description"/>
         </description>
 
-       <provider>
-           <auth src="\QUI\Auth\Google2Fa\Auth" />
-       </provider>
+        <support>
+            <email>support@pcsg.de</email>
+            <issues>https://dev.quiqqer.com/quiqqer/authgoogle2fa/issuesgoo </issues>
+            <source>https://dev.quiqqer.com/quiqqer/authgoogle2fa</source>
+        </support>
+
+        <provider>
+            <auth src="\QUI\Auth\Google2Fa\Auth"/>
+        </provider>
 
     </package>
 </quiqqer>
\ No newline at end of file