summary refs log tree commit diff
path: root/pkgs/applications/networking/firehol/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/firehol/default.nix')
-rw-r--r--pkgs/applications/networking/firehol/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/firehol/default.nix b/pkgs/applications/networking/firehol/default.nix
index ab2ca160152..c6e8ab5c887 100644
--- a/pkgs/applications/networking/firehol/default.nix
+++ b/pkgs/applications/networking/firehol/default.nix
@@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
       FireHOL, an iptables stateful packet filtering firewall for humans!
       FireQOS, a TC based bandwidth shaper for humans!
     '';
-    homepage = https://firehol.org/;
+    homepage = "https://firehol.org/";
     license = licenses.gpl2;
     maintainers = with maintainers; [ geistesk ];
     platforms = platforms.linux;