Merge pull request #214188 from emilytrau/suricata-url

suricata: update homepage
This commit is contained in:
superherointj
2023-02-02 11:24:54 -03:00
committed by GitHub
@@ -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 ];