zgrab2: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-12-05 15:34:56 +01:00
committed by GitHub
parent 5c9477f305
commit 1103aaad2d
+2 -1
View File
@@ -23,8 +23,8 @@ buildGoModule (finalAttrs: {
meta = {
description = "Fast Application Layer Scanner";
mainProgram = "zgrab2";
homepage = "https://github.com/zmap/zgrab2";
changelog = "https://github.com/zmap/zgrab2/releases/tag/vv${finalAttrs.version}";
license = with lib.licenses; [
asl20
isc
@@ -33,5 +33,6 @@ buildGoModule (finalAttrs: {
fab
juliusrickert
];
mainProgram = "zgrab2";
};
})