metadata: Fix bug-url and project-page URI

This commit also fix the SPDX license name and update
git url (according recent repo migration).

Change-Id: Ibd5be13565342cf8a1681ca8581bb79c0e28b000
This commit is contained in:
Sebastien Badia 2015-06-29 20:11:30 +02:00
parent f394947b64
commit 804a30507a
1 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
{
"name": "stackforge-openstack_extras",
"version": "5.0.0",
"author": "StackForge Contributors",
"author": "OpenStack Contributors",
"summary": "Puppet OpenStack Extras Module",
"license": "Apache License 2.0",
"source": "git://github.com/stackforge/puppet-openstack_extras.git",
"project_page": "https://launchpad.net/puppet-openstack_extras",
"issues_url": "https://bugs.launchpad.net/puppet-openstack_extras",
"license": "Apache-2.0",
"source": "git://github.com/openstack/puppet-openstack_extras.git",
"project_page": "https://launchpad.net/puppet-openstack-extras",
"issues_url": "https://bugs.launchpad.net/puppet-openstack-extras",
"requirements": [
{ "name": "pe","version_requirement": "3.x" },
{ "name": "puppet","version_requirement": "3.x" }