Skip to content

Commit 2bf69c0

Browse files
authored
Merge pull request NixOS#301050 from eflanagan0/update-modsecurity
modsecurity_standalone: point to owasp-modsecurity
2 parents 6080721 + 628dcc7 commit 2bf69c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/security/modsecurity/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
1212
version = "2.9.7";
1313

1414
src = fetchFromGitHub {
15-
owner = "SpiderLabs";
15+
owner = "owasp-modsecurity";
1616
repo = pname;
1717
rev = "v${version}";
1818
sha256 = "sha256-hJ8wYeC83dl85bkUXGZKHpHzw9QRgtusj1/+Coxsx0k=";
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
5050
meta = with lib; {
5151
description = "Open source, cross-platform web application firewall (WAF)";
5252
license = licenses.asl20;
53-
homepage = "https://www.modsecurity.org/";
53+
homepage = "https://github.com/owasp-modsecurity/ModSecurity";
5454
maintainers = with maintainers; [offline];
5555
platforms = lib.platforms.linux ++ lib.platforms.darwin;
5656
};

0 commit comments

Comments
 (0)