From ab158ca8d7d28c64ffb7fdce74d18df66006e307 Mon Sep 17 00:00:00 2001 From: Emily Trau Date: Fri, 3 Feb 2023 01:11:04 +1100 Subject: [PATCH] suricata: update homepage --- pkgs/applications/networking/ids/suricata/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];