burpsuite: add changelog to meta (#359510)

This commit is contained in:
Fabian Affolter
2024-11-28 08:38:09 +01:00
committed by GitHub
+7 -1
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";
};
}