···140140 description = "GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust";
141141 homepage = "https://wezfurlong.org/wezterm";
142142 license = licenses.mit;
143143+ mainProgram = "wezterm";
143144 maintainers = with maintainers; [ SuperSandro2000 mimame ];
144145 };
145146}
+3-2
pkgs/applications/video/streamlink/default.nix
···4545 ];
46464747 meta = with lib; {
4848+ changelog = "https://github.com/streamlink/streamlink/raw/${version}/CHANGELOG.md";
4949+ description = "CLI for extracting streams from various websites to video player of your choosing";
4850 homepage = "https://streamlink.github.io/";
4949- description = "CLI for extracting streams from various websites to video player of your choosing";
5051 longDescription = ''
5152 Streamlink is a CLI utility that pipes videos from online
5253 streaming services to a variety of video players such as VLC, or
···54555556 Streamlink is a fork of the livestreamer project.
5657 '';
5757- changelog = "https://github.com/streamlink/streamlink/raw/${version}/CHANGELOG.md";
5858 license = licenses.bsd2;
5959+ mainProgram = "streamlink";
5960 maintainers = with maintainers; [ dezgeg zraexy DeeUnderscore ];
6061 };
6162}
+3-2
pkgs/applications/window-managers/sway/bg.nix
···26262727 meta = with lib; {
2828 description = "Wallpaper tool for Wayland compositors";
2929+ inherit (src.meta) homepage;
2930 longDescription = ''
3031 A wallpaper utility for Wayland compositors, that is compatible with any
3132 Wayland compositor which implements the following Wayland protocols:
3233 wlr-layer-shell, xdg-output, and xdg-shell.
3334 '';
3434- inherit (src.meta) homepage;
3535 license = licenses.mit;
3636- platforms = platforms.linux;
3636+ mainProgram = "swaybg";
3737 maintainers = with maintainers; [ primeos ];
3838+ platforms = platforms.linux;
3839 };
3940}
+4-3
pkgs/applications/window-managers/sway/idle.nix
···1212 owner = "swaywm";
1313 repo = "swayidle";
1414 rev = version;
1515- sha256 = "sha256-/U6Y9H5ZqIJph3TZVcwr9+Qfd6NZNYComXuC1D9uGHg=";
1515+ hash = "sha256-/U6Y9H5ZqIJph3TZVcwr9+Qfd6NZNYComXuC1D9uGHg=";
1616 };
17171818 strictDeps = true;
···29293030 meta = with lib; {
3131 description = "Idle management daemon for Wayland";
3232+ inherit (src.meta) homepage;
3233 longDescription = ''
3334 Sway's idle management daemon. It is compatible with any Wayland
3435 compositor which implements the KDE idle protocol.
3536 '';
3636- inherit (src.meta) homepage;
3737 license = licenses.mit;
3838- platforms = platforms.linux;
3838+ mainProgram = "swayidle";
3939 maintainers = with maintainers; [ primeos ];
4040+ platforms = platforms.linux;
4041 };
4142}