Update composer name

This commit is contained in:
Will Rossiter 2016-09-12 11:47:25 +12:00 committed by GitHub
parent bb7fbb8308
commit 083251bd6d
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
{
"name": "silverstripe/googlesitemaps",
"description": "SilverStripe support for the Google Sitemaps XML system, enabling Google and other search engines to see all urls on your site. This helps your SilverStripe website rank well in search engines, and to encourage the information on your site to be discovered by Google quickly.",
"name": "wilr/silverstripe-googlesitemaps",
"description": "SilverStripe support for the Google Sitemaps XML, enabling Google and other search engines to see all urls on your site. This helps your SilverStripe website rank well in search engines, and to encourage the information on your site to be discovered by Google quickly.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "googlesitemaps", "seo"],
"homepage": "https://github.com/silverstripe-labs/silverstripe-googlesitemaps",
"license": "BSD",
"homepage": "https://github.com/wilr/silverstripe-googlesitemaps",
"license": "BSD-3-Clause",
"authors": [{
"name": "Will Rossiter",
"email": "will@fullscreen.io"