lf: add meta.mainProgram

This commit is contained in:
Gutyina Gergő 2024-01-08 12:48:39 +01:00
parent 816fd1b9b0
commit 834ad25a8f
No known key found for this signature in database

View File

@ -44,5 +44,6 @@ buildGoModule rec {
changelog = "https://github.com/gokcehan/lf/releases/tag/r${version}";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
mainProgram = "lf";
};
}