anytype: add changelog

This commit is contained in:
Kira Bruneau
2025-09-07 22:40:04 -04:00
parent 8ed9fdf9ef
commit 8381f7014b

View File

@@ -117,6 +117,9 @@ buildNpmPackage (finalAttrs: {
meta = {
description = "P2P note-taking tool";
homepage = "https://anytype.io/";
changelog = "https://community.anytype.io/t/anytype-desktop-${
builtins.replaceStrings [ "." ] [ "-" ] (lib.versions.majorMinor finalAttrs.version)
}-0-released";
license = lib.licenses.unfreeRedistributable;
mainProgram = "anytype";
maintainers = with lib.maintainers; [