nagios-plugins: change source location and homepage since the original site has been hijacked. https://bugzilla.redhat.com/show_bug.cgi?id=1054340

This commit is contained in:
Evgeny Egorochkin 2014-01-22 08:42:35 +02:00
parent ca116f76f9
commit 9b538a96f1

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "nagios-plugins-1.4.10";
src = fetchurl {
url = https://www.nagios-plugins.org/download/nagios-plugins-1.4.10.tar.gz;
url = https://www.monitoring-plugins.org/download/nagios-plugins-1.4.10.tar.gz;
sha256 = "0vm7sjiygxbfc5vbsi1g0dakpvynfzi86fhqx4yxd61brn0g8ghr";
};
@ -25,8 +25,8 @@ stdenv.mkDerivation {
buildInputs = [openssh]; # !!! make openssh a runtime dependency only
meta = {
description = "Official plugins for Nagios";
homepage = http://www.nagios.org/;
description = "Plugins for Nagios";
homepage = http://www.monitoring-plugins.org;
license = "GPL";
};
}