summary refs log tree commit diff
path: root/pkgs/tools/networking/libnids/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/libnids/default.nix')
-rw-r--r--pkgs/tools/networking/libnids/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/libnids/default.nix b/pkgs/tools/networking/libnids/default.nix
index ef753127c67..2a93d3c8a59 100644
--- a/pkgs/tools/networking/libnids/default.nix
+++ b/pkgs/tools/networking/libnids/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "An E-component of Network Intrusion Detection System which emulates the IP stack of Linux 2.0.x";
-    homepage = http://libnids.sourceforge.net/;
+    homepage = "http://libnids.sourceforge.net/";
     license = licenses.gpl2;
     maintainers = [ maintainers.symphorien ];
     # probably also bsd and solaris