python310Packages.volvooncall: set meta.mainProgram

This commit is contained in:
Robert Schütz 2023-09-29 13:04:16 -07:00
parent 8ee1ef823b
commit 67a439f811

View file

@ -69,6 +69,7 @@ buildPythonPackage rec {
homepage = "https://github.com/molobrakos/volvooncall";
changelog = "https://github.com/molobrakos/volvooncall/releases/tag/v${version}";
license = licenses.unlicense;
mainProgram = "voc";
maintainers = with maintainers; [ dotlambda ];
};
}