Commit 5c6326e5 authored by Anthony Roussel's avatar Anthony Roussel Committed by Anthony ROUSSEL
Browse files

nagiosPlugins.check_wmi_plus: fix meta.{homepage,license}

parent ca12846a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];