From c2130eca44633d716aa005c566b63a6952b2600d Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sun, 16 Apr 2017 20:41:06 +0200 Subject: [PATCH] logcheck: point homepage to alioth.debian.org The page at logcheck dot org contains questionable links and it is unclear whether it is controlled by the logcheck project at all. Fix by using the homepage debian points to instead. Fixes https://github.com/NixOS/nixpkgs/issues/24952 --- pkgs/tools/system/logcheck/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/logcheck/default.nix b/pkgs/tools/system/logcheck/default.nix index 9c2a42eeb5a..40cee73dcd2 100644 --- a/pkgs/tools/system/logcheck/default.nix +++ b/pkgs/tools/system/logcheck/default.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation rec { Logcheck helps spot problems and security violations in your logfiles automatically and will send the results to you by e-mail. Logcheck was part of the Abacus Project of security tools, but this version has been rewritten. ''; - homepage = http://logcheck.org; + homepage = http://logcheck.alioth.debian.org/; license = licenses.gpl2; maintainers = [ maintainers.bluescreen303 ];