diff --git a/composer.json b/composer.json index 5bf2891..add2bac 100644 --- a/composer.json +++ b/composer.json @@ -1,21 +1,21 @@ { - "name": "icodr8/contao-sortwizard", + "name": "craffft/contao-sortwizard", "description": "Sortwizard for Contao OpenSource CMS", "keywords": ["sorting", "wizard"], "type": "contao-module", - "homepage": "http://daniel-kiesel.de", + "homepage": "http://craffft.de", "license": "LGPL-3.0+", "authors": [ { "name": "Daniel Kiesel", - "email": "icodr8@gmail.com", - "homepage": "http://daniel-kiesel.de", + "email": "daniel@craffft.de", + "homepage": "http://craffft.de", "role": "Developer" } ], "support": { - "issues": "https://github.com/iCodr8/contao-sortwizard/issues", - "source": "https://github.com/iCodr8/contao-sortwizard" + "issues": "https://github.com/Craffft/contao-sortwizard/issues", + "source": "https://github.com/Craffft/contao-sortwizard" }, "require": { "php": ">=5.3.2",