burpsuite: add changelog to meta (#359510)

This commit is contained in:
Fabian Affolter 2024-11-28 08:38:09 +01:00 committed by GitHub
commit 712f670bb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,11 +100,17 @@ buildFHSEnv {
exploiting security vulnerabilities.
'';
homepage = "https://portswigger.net/burp/";
changelog =
"https://portswigger.net/burp/releases/professional-community-"
+ replaceStrings [ "." ] [ "-" ] version;
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.unfree;
platforms = jdk.meta.platforms;
hydraPlatforms = [ ];
maintainers = with maintainers; [ bennofs ];
maintainers = with maintainers; [
bennofs
fab
];
mainProgram = "burpsuite";
};
}