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 d51df4f408a..71edfde9a0b 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 = https://salsa.debian.org/debian/logcheck;
+    homepage = "https://salsa.debian.org/debian/logcheck";
     license = licenses.gpl2;
     maintainers = [ maintainers.bluescreen303 ];
   };