vt-cli: add mainProgram

This commit is contained in:
Fabian Affolter
2023-02-28 13:53:54 +01:00
parent 0536b97fb4
commit 6ef8111cc7
+1
View File
@@ -27,6 +27,7 @@ buildGoModule rec {
homepage = "https://github.com/VirusTotal/vt-cli";
changelog = "https://github.com/VirusTotal/vt-cli/releases/tag/${version}";
license = licenses.asl20;
mainProgram = "vt";
maintainers = with maintainers; [ dit7ya ];
};
}