Skip to content

Commit

Permalink
taler-exchange,taler-merchant: fix description
Browse files Browse the repository at this point in the history
Make description a one-liner, move rest to longDescription.
  • Loading branch information
asymmetric committed Nov 28, 2024
1 parent 3674a8e commit 9bdf42f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/ta/taler-exchange/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,11 @@ stdenv.mkDerivation (finalAttrs: {
checkTarget = "check";

meta = {
description = ''
description = "Exchange component for the GNU Taler electronic payment system";
longDescription = ''
Taler is an electronic payment system providing the ability to pay
anonymously using digital cash. Taler consists of a network protocol
definition (using a RESTful API over HTTP), a Exchange (which creates
definition (using a RESTful API over HTTP), an Exchange (which creates
digital coins), a Wallet (which allows customers to manage, store and
spend digital coins), and a Merchant website which allows customers to
spend their digital coins. Naturally, each Merchant is different, but
Expand Down
3 changes: 2 additions & 1 deletion pkgs/by-name/ta/taler-merchant/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ stdenv.mkDerivation (finalAttrs: {
checkTarget = "check";

meta = {
description = ''
description = "Merchant component for the GNU Taler electronic payment system";
longDescription = ''
This is the GNU Taler merchant backend. It provides the logic that should run
at every GNU Taler merchant. The GNU Taler merchant is a RESTful backend that
can be used to setup orders and process payments. This component allows
Expand Down

0 comments on commit 9bdf42f

Please sign in to comment.