logseq: add changelog to meta
This commit is contained in:
parent
21e5373d9e
commit
f2ad82a068
1 changed files with 9 additions and 1 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in a new issue