lol

Merge pull request #310657 from marcusramberg/marcus/zaproxy

zap: fix homepage link

authored by

Nick Cao and committed by
GitHub
0f182092 cc13584f

+1 -1
+1 -1
pkgs/tools/networking/zap/default.nix
··· 36 36 ''; 37 37 38 38 meta = with lib; { 39 - homepage = "https://www.owasp.org/index.php/ZAP"; 39 + homepage = "https://www.zaproxy.org/"; 40 40 description = "Java application for web penetration testing"; 41 41 maintainers = with maintainers; [ mog rafael ]; 42 42 platforms = platforms.linux;