tasks: add changelog to meta

This commit is contained in:
Heitor Augusto
2025-02-15 11:30:20 -03:00
parent 9592b65426
commit e59e8e9ed3
+1
View File
@@ -88,6 +88,7 @@ rustPlatform.buildRustPackage rec {
};
meta = {
changelog = "https://github.com/cosmic-utils/tasks/releases/tag/${version}";
description = "Simple task management application for the COSMIC desktop";
homepage = "https://github.com/cosmic-utils/tasks";
license = lib.licenses.gpl3Only;