diff options
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index f280a118..24d73043 100644 --- a/default.nix +++ b/default.nix @@ -42,7 +42,7 @@ pkgs.stdenv.mkDerivation { meta = { homepage = "http://ledger-cli.org/"; description = "A double-entry accounting system with a command-line reporting interface"; - license = pkgs.stdenv.lib.licenses.bsd3; + license = pkgs.lib.licenses.bsd3; longDescription = '' Ledger is a powerful, double-entry accounting system that is accessed |