discordchatexporter-desktop: fix changelog
Changelog file was replaced by Github's release notes
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user