From 181ce1136f169ead2f6006e944bce0ddacf53a03 Mon Sep 17 00:00:00 2001 From: Niklas Droste Date: Thu, 12 Mar 2020 11:04:03 +0100 Subject: [PATCH] Task: Adjust documentation --- README.md | 6 +++--- composer.json | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e5343ce..db77467 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# KaufmannDigital.CookieConsent +# KaufmannDigital.GDPR.CookieConsent A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site. This is a further development of our previous [cookie consent package](https://github.com/KaufmannDigital/KaufmannDigital.CookieConsent). Through the individual configuration per service (cookie), this package is a perfect basis for creating GDPR compliant websites. @@ -71,11 +71,11 @@ Email: [support@kaufmann.digital](mailto:support@kaufmann.digital) ## Maintainer -This package is maintained by [Kaufmann Digital](https://www.kaufmann.digital). +This package is maintained by the [Neos Agency Kaufmann Digital](https://www.kaufmann.digital). Feel free to send us your questions or requests to [support@kaufmann.digital](mailto:support@kaufmann.digital) ### Issues and Pull-Requests are welcome! -You are missing something? You found a bug? No problem, just create an issue or open a pull request directly. +You are missing something? You found a bug? No problem, just create an issue or open a pull request. We'll have a look at it ASAP. ## License diff --git a/composer.json b/composer.json index b7f9195..272aabc 100644 --- a/composer.json +++ b/composer.json @@ -1,13 +1,14 @@ { "name": "kaufmanndigital/gdpr-cookieconsent", "type": "neos-package", - "description": "", + "description": "A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.", + "homepage": "https://github.com/KaufmannDigital/KaufmannDigital.GDPR.CookieConsent", "license": "GPL-3.0-or-later", "authors": [ { "name": "Kaufmann Digital", "email": "support@kaufmann.digital", - "homepage": "https://kaufmann.digital/", + "homepage": "https://www.kaufmann.digital/", "role": "Publisher" } ],