Unverified Commit 7f5d1829 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #307006 from eflanagan0/owasp-libmodsecurity

libmodsecurity: update repo owner to owasp-modsecurity
parents 7094ccd0 045f33c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
  version = "3.0.12";

  src = fetchFromGitHub {
    owner = "SpiderLabs";
    owner = "owasp-modsecurity";
    repo = "ModSecurity";
    rev = "v${version}";
    sha256 = "sha256-WIFAg9LvKAC8e3gpcIxtNHT53AIfPtUTyrv30woxP4M=";
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
  };

  meta = with lib; {
    homepage = "https://github.com/SpiderLabs/ModSecurity";
    homepage = "https://github.com/owasp-modsecurity/ModSecurity";
    description = ''
      ModSecurity v3 library component.
    '';