vial: correct `meta.mainProgram`

This commit is contained in:
a-kenji 2024-03-29 12:42:12 +01:00
parent 662f469cc6
commit 52c2c0fb3d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ appimageTools.wrapType2 {
description = "An Open-source GUI and QMK fork for configuring your keyboard in real time";
homepage = "https://get.vial.today";
license = lib.licenses.gpl2Plus;
mainProgram = "vial";
mainProgram = "Vial";
maintainers = with lib.maintainers; [ kranzes ];
platforms = [ "x86_64-linux" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];