summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-02-08 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-02-08 04:20:00 +0000
commit253e69362e181fe1e03b7f37d4329be0c92ec51d (patch)
tree9e0643767570fc595b41731c96ef453c66792252
parentledger: do not build with python by default (diff)
downloadnixpkgs-253e69362e181fe1e03b7f37d4329be0c92ec51d.tar.gz
ledger: update meta
-rw-r--r--pkgs/applications/office/ledger/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/office/ledger/default.nix b/pkgs/applications/office/ledger/default.nix
index 3ac52ce78784..4a7e66f660c9 100644
--- a/pkgs/applications/office/ledger/default.nix
+++ b/pkgs/applications/office/ledger/default.nix
@@ -42,17 +42,16 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
- homepage = "https://ledger-cli.org/";
description = "A double-entry accounting system with a command-line reporting interface";
+ homepage = "https://www.ledger-cli.org/";
+ changelog = "https://github.com/ledger/ledger/raw/v${version}/NEWS.md";
license = licenses.bsd3;
-
longDescription = ''
Ledger is a powerful, double-entry accounting system that is accessed
from the UNIX command-line. This may put off some users, as there is
no flashy UI, but for those who want unparalleled reporting access to
their data, there really is no alternative.
'';
-
platforms = platforms.all;
maintainers = with maintainers; [ jwiegley marsam ];
};