alot: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-08-15 09:33:25 +02:00
parent 173d9bc304
commit 8451f41c4a
+1
View File
@@ -96,6 +96,7 @@ buildPythonApplication rec {
meta = with lib; {
homepage = "https://github.com/pazz/alot";
description = "Terminal MUA using notmuch mail";
changelog = "https://github.com/pazz/alot/releases/tag/${src.tag}";
mainProgram = "alot";
license = licenses.gpl3Plus;
platforms = platforms.linux;