discordchatexporter-desktop: fix changelog

Changelog file was replaced by Github's release notes
This commit is contained in:
Acid Bong
2026-04-29 21:32:47 +03:00
parent d7f88a87bf
commit 0fa8272758
@@ -39,7 +39,7 @@ buildDotnetModule rec {
description = "Tool to export Discord chat logs to a file (GUI version)";
homepage = "https://github.com/Tyrrrz/DiscordChatExporter";
license = lib.licenses.gpl3Plus;
changelog = "https://github.com/Tyrrrz/DiscordChatExporter/blob/${version}/Changelog.md";
changelog = "https://github.com/Tyrrrz/DiscordChatExporter/releases/tag/${version}";
maintainers = with lib.maintainers; [ willow ];
platforms = [ "x86_64-linux" ];
mainProgram = "discordchatexporter";