Skip to content

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberlex404 committed Mar 2, 2017
1 parent e392803 commit 1435189
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "drupal/yamapsapi",
"name": "cyberlex404/yamapsapi",
"type": "drupal-module",
"description": "Yandex Maps API",
"keywords": ["Drupal"],
"license": "GPL-2.0+",
"homepage": "https://www.drupal.org/project/yamapsapi",
"homepage": "https://github.com/cyberlex404/yamapsapi",
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/yamapsapi",
"source": "http://cgit.drupalcode.org/yamapsapi"
"issues": "https://github.com/cyberlex404/yamapsapi/issues",
"source": "https://github.com/cyberlex404/yamapsapi"
},
"require": { }
}

0 comments on commit 1435189

Please sign in to comment.