Project

General

Profile

Revision b2feaa03

IDb2feaa038b7ec171b2c27f714c6cd4dd6d68ded7
Parent 2605341d
Child f1634ea8

Added by Francois POIROTTE almost 6 years ago

[#1666] Correction URL vers le site web

Change-Id: Ibad1fee6135203511b861df5a5ec5700ddeac901
Refs: #1666

View differences:

README.txt
68 68

  
69 69

  
70 70
.. _documentation officielle: Vigilo_
71
.. _Vigilo: http://www.vigilo-nms.com
71
.. _Vigilo: https://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.vigilo-nms.com
9
URL:        https://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-nms.com>
25
This application is part of the Vigilo Project <https://www.vigilo-nms.com>
26 26

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

  

Also available in: Unified diff