mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
modsecurity_standalone: point to owasp-modsecurity
TrustWave has transferred ownership of ModSecurity to OWASP. This repository has the historical sources, active development, and accurate maintainer information.
This commit is contained in:
parent
3ad65e9f48
commit
628dcc7692
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
version = "2.9.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SpiderLabs";
|
||||
owner = "owasp-modsecurity";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-hJ8wYeC83dl85bkUXGZKHpHzw9QRgtusj1/+Coxsx0k=";
|
||||
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with lib; {
|
||||
description = "Open source, cross-platform web application firewall (WAF)";
|
||||
license = licenses.asl20;
|
||||
homepage = "https://www.modsecurity.org/";
|
||||
homepage = "https://github.com/owasp-modsecurity/ModSecurity";
|
||||
maintainers = with maintainers; [offline];
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user