Project

General

Profile

Revision 2fd8023e

ID2fd8023e7fbb9533329427d75064177c9c0da1c7
Parent 85792d4b
Child 393f20b2

Added by Francois POIROTTE almost 7 years ago

[#1666] Mise à jour des adresses de contact

Change-Id: I1ec8bd1efdb0daa6af8e5374aa6f3c27c0077ef0
Refs: #1666

View differences:

README.txt
68 68

  
69 69

  
70 70
.. _documentation officielle: Vigilo_
71
.. _Vigilo: http://www.projet-vigilo.org
71
.. _Vigilo: http://www.vigilo-nms.com
72 72
.. _GPL v2: http://www.gnu.org/licenses/gpl-2.0.html
73 73

  
74 74
.. vim: set syntax=rst fileencoding=utf-8 tw=78 :
pkg/glpi.redhat.spec
6 6
Version:    @VERSION@
7 7
Release:    @RELEASE@%{?dist}
8 8
Source0:    %{name}-%{version}.tar.gz
9
URL:        http://www.projet-vigilo.org
9
URL:        http://www.vigilo-nms.com
10 10
Group:      Applications/System
11 11
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-build
12 12
License:    GPLv2
......
22 22
%description
23 23
This package provides a plugin that makes it possible to configure Vigilo
24 24
and deploy new configuration files from GLPI's GUI.
25
This application is part of the Vigilo Project <http://vigilo-project.org>
25
This application is part of the Vigilo Project <http://vigilo-nms.com>
26 26

  
27 27
%prep
28 28
%setup -q
src/plugins/vigilo/plugin.php
53 53
                 'version'        => trim(file_get_contents(__DIR__ . DIRECTORY_SEPARATOR . 'VERSION.txt')),
54 54
                 'author'         => 'CSSI',
55 55
                 'license'        => 'GPLv2+',
56
                 'homepage'       => 'http://vigilo-nms.org',
56
                 'homepage'       => 'http://vigilo-nms.com',
57 57
                 'minGlpiVersion' => VIGILO_MIN_GLPI_VERSION);
58 58
}
59 59

  

Also available in: Unified diff