discordchatexporter-cli: fix changelog

Changelog file was replaces by Github's release notes
This commit is contained in:
Acid Bong
2026-05-15 07:05:01 +03:00
parent cdb091f343
commit d7f88a87bf
@@ -45,7 +45,7 @@ buildDotnetModule rec {
description = "Tool to export Discord chat logs to a file";
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 = [ ];
platforms = lib.platforms.unix;
mainProgram = "discordchatexporter-cli";