about summary refs log tree commit diff
path: root/pkgs/tools/security/haveged/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/haveged/default.nix')
-rw-r--r--pkgs/tools/security/haveged/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/haveged/default.nix b/pkgs/tools/security/haveged/default.nix
index c47331f1bcb9..c676a173092d 100644
--- a/pkgs/tools/security/haveged/default.nix
+++ b/pkgs/tools/security/haveged/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
       of haveged is directed towards improving overall reliability and adaptability while minimizing
       the barriers to using haveged for other tasks.
     '';
-    homepage = http://www.issihosts.com/haveged/;
+    homepage = "http://www.issihosts.com/haveged/";
     license = stdenv.lib.licenses.gpl3;
     maintainers = [ stdenv.lib.maintainers.domenkozar ];
     platforms = stdenv.lib.platforms.unix;