cfssl: add meta.mainProgram (#352115)

This commit is contained in:
Nick Cao
2024-10-29 15:16:53 -04:00
committed by GitHub
+1
View File
@@ -38,5 +38,6 @@ buildGoModule rec {
description = "Cloudflare's PKI and TLS toolkit";
license = licenses.bsd2;
maintainers = with maintainers; [ mbrgm ];
mainProgram = "cfssl";
};
}