logseq: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-29 21:45:51 +01:00 committed by Bjørn Forsman
parent 21e5373d9e
commit f2ad82a068

View file

@ -1,4 +1,11 @@
{ lib, stdenv, fetchurl, appimageTools, makeWrapper, electron, git }: { lib
, stdenv
, fetchurl
, appimageTools
, makeWrapper
, electron
, git
}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "logseq"; pname = "logseq";
@ -52,6 +59,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base"; description = "A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base";
homepage = "https://github.com/logseq/logseq"; homepage = "https://github.com/logseq/logseq";
changelog = "https://github.com/logseq/logseq/releases/tag/${version}";
license = licenses.agpl3Plus; license = licenses.agpl3Plus;
maintainers = with maintainers; [ weihua ]; maintainers = with maintainers; [ weihua ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];