We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472b410 commit 4513971Copy full SHA for 4513971
pkgs/by-name/ta/tail-tray/package.nix
@@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
39
description = "Tray icon to manage Tailscale";
40
homepage = "https://github.com/SneWs/tail-tray";
41
changelog = "https://github.com/SneWs/tail-tray/releases/tag/${version}";
42
+ mainProgram = "tail-tray";
43
license = lib.licenses.gpl3Only;
44
maintainers = with lib.maintainers; [ Svenum ];
45
platforms = lib.platforms.linux;
0 commit comments