about summary refs log tree commit diff
path: root/pkgs/applications/networking/ids/bro/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/ids/bro/default.nix')
-rw-r--r--pkgs/applications/networking/ids/bro/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/ids/bro/default.nix b/pkgs/applications/networking/ids/bro/default.nix
index 946d0dedba0c..4117d409b935 100644
--- a/pkgs/applications/networking/ids/bro/default.nix
+++ b/pkgs/applications/networking/ids/bro/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Powerful network analysis framework that is much different from the typical IDS you may know";
-    homepage = http://www.bro.org/;
+    homepage = https://www.bro.org/;
     license = licenses.bsd3;
     maintainers = with maintainers; [ pSub ];
     platforms = with platforms; linux;