anytype: Fix changelog URL

This commit is contained in:
David Chocholatý
2026-04-28 17:28:17 +02:00
parent 1e22509bf9
commit 0700b4e89d
+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; [