From 9103cb29d80958f2d90fd275a2d23d4166525f58 Mon Sep 17 00:00:00 2001 From: Nelson Zamith Date: Fri, 23 Oct 2015 11:18:21 +0200 Subject: [PATCH] added new url to the project homepage --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index 775b51e..f5adec5 100755 --- a/setup.php +++ b/setup.php @@ -179,7 +179,7 @@ function plugin_version_example() { 'version' => '7.0', 'author' => 'GLPI developer team', 'license' => 'GPLv2+', - 'homepage' => 'https://forge.indepnet.net/projects/example', + 'homepage' => 'https://github.com/pluginsGLPI/example', 'minGlpiVersion' => '0.85');// For compatibility / no install in version < 0.80 }