jc: set meta.mainProgram

Related: https://github.com/NixOS/nixpkgs/issues/219567
This commit is contained in:
Luo Chen
2023-08-05 16:23:57 +08:00
committed by LuoChen
parent 66aedfd010
commit 5d8e320833
@@ -35,5 +35,6 @@ buildPythonPackage rec {
license = licenses.mit;
maintainers = with maintainers; [ atemu ];
changelog = "https://github.com/kellyjonbrazil/jc/blob/v${version}/CHANGELOG";
mainProgram = "jc";
};
}