Commit 67a439f8 authored by Robert Schütz's avatar Robert Schütz
Browse files

python310Packages.volvooncall: set meta.mainProgram

parent 8ee1ef82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
}