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