diff --git a/composer.json b/composer.json index 4b49f96..6072f09 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "justoverclock/users-map-location", - "description": "Add Location Attribute and a map to users settings", + "name": "youen/users-map-location", + "description": "Adds an optional and approximate location attribute to user settings, and a global map to display users", "keywords": [ "users location", "location map" @@ -14,17 +14,16 @@ "flarum/testing": "^1.0.0" }, "authors": [ + { + "name": "Youen Toupin", + "role": "Developer" + }, { "name": "Marco Colia", "email": "info@flarum.it", "role": "Developer" } ], - "autoload": { - "psr-4": { - "Justoverclock\\UsersMapLocation\\": "src/" - } - }, "extra": { "flarum-extension": { "title": "User Map Location",