summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-04-16 20:41:06 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2017-04-16 20:52:14 +0200
commitc2130eca44633d716aa005c566b63a6952b2600d (patch)
tree82d21a1e7cdd120a983d8efe08969ac451fe0530
parent769de5629c75ff946956f1adcedcbab20adad3de (diff)
downloadnixlib-c2130eca44633d716aa005c566b63a6952b2600d.tar
nixlib-c2130eca44633d716aa005c566b63a6952b2600d.tar.gz
nixlib-c2130eca44633d716aa005c566b63a6952b2600d.tar.bz2
nixlib-c2130eca44633d716aa005c566b63a6952b2600d.tar.lz
nixlib-c2130eca44633d716aa005c566b63a6952b2600d.tar.xz
nixlib-c2130eca44633d716aa005c566b63a6952b2600d.tar.zst
nixlib-c2130eca44633d716aa005c566b63a6952b2600d.zip
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
-rw-r--r--pkgs/tools/system/logcheck/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/logcheck/default.nix b/pkgs/tools/system/logcheck/default.nix
index 9c2a42eeb5ae..40cee73dcd29 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 ];