anytype: Fix changelog URL (#514335)

This commit is contained in:
Yohann Boniface
2026-04-28 20:14:33 +00:00
committed by GitHub
+1 -3
View File
@@ -130,9 +130,7 @@ 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";
changelog = "https://github.com/anyproto/anytype-ts/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.unfreeRedistributable;
mainProgram = "anytype";
maintainers = with lib.maintainers; [