mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
anytype: add changelog
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user