summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/ids
diff options
context:
space:
mode:
authorEmily Trau <me@angus.ws>2023-02-03 01:11:04 +1100
committerEmily Trau <me@angus.ws>2023-02-03 01:21:32 +1100
commitab158ca8d7d28c64ffb7fdce74d18df66006e307 (patch)
treef40bc5a00eae11ff7dde497f4e12ee7ea062a840 /pkgs/applications/networking/ids
parent7b28196a8e1700e551a21cee3fb388e641040bcb (diff)
suricata: update homepage
Diffstat (limited to 'pkgs/applications/networking/ids')
-rw-r--r--pkgs/applications/networking/ids/suricata/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/ids/suricata/default.nix b/pkgs/applications/networking/ids/suricata/default.nix
index 49b88c9fd680..a44f3f555dee 100644
--- a/pkgs/applications/networking/ids/suricata/default.nix
+++ b/pkgs/applications/networking/ids/suricata/default.nix
@@ -150,7 +150,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A free and open source, mature, fast and robust network threat detection engine";
- homepage = "https://suricata-ids.org";
+ homepage = "https://suricata.io";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ magenbluten ];