From 804a30507a580338dbab82786006bcfa3064544d Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Mon, 29 Jun 2015 20:11:30 +0200 Subject: [PATCH] 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 --- metadata.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/metadata.json b/metadata.json index bae4b7d..384010a 100644 --- a/metadata.json +++ b/metadata.json @@ -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" }