From 766ae17b218d1dfb68f07766b9079a77b4a72292 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 29 Dec 2015 21:42:59 +0100 Subject: [PATCH] Use git.openstack.org everywhere Our official git master is at git.openstack.org, update places that use github instead. Fix also broken URL. Change-Id: Idf1501e771b88cf68797cadd4c4bc5127948728b --- Modulefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index da42bcd..1da2631 100644 --- a/Modulefile +++ b/Modulefile @@ -5,7 +5,7 @@ author 'openstackci' license 'Apache 2.0' summary 'Puppet module for the OpenStack StoryBoard' description 'This module configures StoryBoard either as a standalone, localhost instance or as a fully configurable WSGI app.' -project_page 'https://github.com/openstack-ci/puppet-storyboard' +project_page 'https://git.openstack.org/cgit/openstack-infra/puppet-storyboard' ## Add dependencies, if any: dependency 'puppetlabs/stdlib', '= 3.2.0'