mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-26 14:04:52 +00:00
nagiosPlugins.check_wmi_plus: fix meta.{homepage,license}
This commit is contained in:
parent
ca12846a59
commit
5c6326e5ba
@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
|
||||
pname = "check-wmi-plus";
|
||||
version = "1.65";
|
||||
|
||||
# We fetch from github.com instead of the proper upstream as nix-build errors
|
||||
# out with 406 when trying to fetch the sources
|
||||
# Upstream has been moved from Github to tarballs on the author's website.
|
||||
# See https://edcint.co.nz/checkwmiplus/releases/
|
||||
src = fetchFromGitHub {
|
||||
owner = "speartail";
|
||||
repo = "checkwmiplus";
|
||||
@ -98,7 +98,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Sensu/nagios plugin using WMI to query Windows hosts";
|
||||
homepage = "http://edcint.co.nz/checkwmiplus";
|
||||
homepage = "https://edcint.co.nz/checkwmiplus/";
|
||||
license = licenses.gpl2Plus;
|
||||
mainProgram = "check_wmi_plus";
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
|
Loading…
Reference in New Issue
Block a user