We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6080721 + 628dcc7 commit 2bf69c0Copy full SHA for 2bf69c0
pkgs/tools/security/modsecurity/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
12
version = "2.9.7";
13
14
src = fetchFromGitHub {
15
- owner = "SpiderLabs";
+ owner = "owasp-modsecurity";
16
repo = pname;
17
rev = "v${version}";
18
sha256 = "sha256-hJ8wYeC83dl85bkUXGZKHpHzw9QRgtusj1/+Coxsx0k=";
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
50
meta = with lib; {
51
description = "Open source, cross-platform web application firewall (WAF)";
52
license = licenses.asl20;
53
- homepage = "https://www.modsecurity.org/";
+ homepage = "https://github.com/owasp-modsecurity/ModSecurity";
54
maintainers = with maintainers; [offline];
55
platforms = lib.platforms.linux ++ lib.platforms.darwin;
56
};
0 commit comments