iwgtk: adding missing `meta.mainProgram`

+2 -1
+2 -1
pkgs/tools/networking/iwgtk/default.nix
··· 37 homepage = "https://github.com/j-lentz/iwgtk"; 38 changelog = "https://github.com/j-lentz/iwgtk/blob/v${version}/CHANGELOG"; 39 license = licenses.gpl3Only; 40 platforms = platforms.linux; 41 - maintainers = with maintainers; [ figsoda ]; 42 }; 43 }
··· 37 homepage = "https://github.com/j-lentz/iwgtk"; 38 changelog = "https://github.com/j-lentz/iwgtk/blob/v${version}/CHANGELOG"; 39 license = licenses.gpl3Only; 40 + maintainers = with maintainers; [ figsoda ]; 41 platforms = platforms.linux; 42 + mainProgram = "iwgtk"; 43 }; 44 }