diff --git a/composer.json b/composer.json index 9662000..5528029 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "brain/cortex", "description": "Cortex is a package that implements a routing system in WordPress.", "keywords": ["wordpress"], - "homepage": "https://github.com/Giuseppe-Mazzapica/Cortex", + "homepage": "https://github.com/Brain-WP/Cortex", "license": "GPL-2.0+", "authors": [ { @@ -13,8 +13,8 @@ } ], "support": { - "issues": "https://github.com/Giuseppe-Mazzapica/Cortex/issues", - "source": "https://github.com/Giuseppe-Mazzapica/Cortex" + "issues": "https://github.com/Brain-WP/Cortex/issues", + "source": "https://github.com/Brain-WP/Cortex" }, "require": { "php": ">=5.4",