Loading pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix +1 −1 Original line number Diff line number Diff line Loading @@ -158,6 +158,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://desktop.telegram.org/"; changelog = "https://github.com/telegramdesktop/tdesktop/releases/tag/v${finalAttrs.version}"; maintainers = with lib.maintainers; [ nickcao ]; mainProgram = if stdenv.hostPlatform.isLinux then "telegram-desktop" else "Telegram"; mainProgram = "Telegram"; }; }) Loading
pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix +1 −1 Original line number Diff line number Diff line Loading @@ -158,6 +158,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://desktop.telegram.org/"; changelog = "https://github.com/telegramdesktop/tdesktop/releases/tag/v${finalAttrs.version}"; maintainers = with lib.maintainers; [ nickcao ]; mainProgram = if stdenv.hostPlatform.isLinux then "telegram-desktop" else "Telegram"; mainProgram = "Telegram"; }; })