added new url to the project homepage

This commit is contained in:
Nelson Zamith 2015-10-23 11:18:21 +02:00
parent d97ba02f1d
commit 9103cb29d8

View File

@ -179,7 +179,7 @@ function plugin_version_example() {
'version' => '7.0', 'version' => '7.0',
'author' => 'GLPI developer team', 'author' => 'GLPI developer team',
'license' => 'GPLv2+', '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 'minGlpiVersion' => '0.85');// For compatibility / no install in version < 0.80
} }