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
commit 0f1820921b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;