zap: fix homepage link

This commit is contained in:
Marcus Ramberg
2024-05-10 20:48:23 +02:00
parent 2fc0586fd6
commit 706ba16b28
+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;