about summary refs log tree commit diff
path: root/pkgs/tools/system/logcheck/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/logcheck/default.nix')
-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 064071a5ca45..d51df4f408a4 100644
--- a/pkgs/tools/system/logcheck/default.nix
+++ b/pkgs/tools/system/logcheck/default.nix
@@ -41,7 +41,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.alioth.debian.org/;
+    homepage = https://salsa.debian.org/debian/logcheck;
     license = licenses.gpl2;
     maintainers = [ maintainers.bluescreen303 ];
   };