jql: set meta.mainProgram

This commit is contained in:
figsoda
2023-08-25 03:15:00 +00:00
committed by Anderson Torres
parent c67418a2c1
commit 49f27ea2ca
+1
View File
@@ -22,5 +22,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/yamafaktory/jql/releases/tag/${src.rev}";
license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ akshgpt7 figsoda ];
mainProgram = "jql";
};
}