Merge pull request #310657 from marcusramberg/marcus/zaproxy

zap: fix homepage link
This commit is contained in:
Nick Cao
2024-05-11 10:06:42 -04:00
committed by GitHub
+1 -1
View File
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = "https://www.owasp.org/index.php/ZAP";
homepage = "https://www.zaproxy.org/";
description = "Java application for web penetration testing";
maintainers = with maintainers; [ mog rafael ];
platforms = platforms.linux;