Skip to content

Commit a04f874

Browse files
authored
taler-exchange,taler-merchant: fix description (#359858)
2 parents 1a33aa6 + 9bdf42f commit a04f874

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pkgs/by-name/ta/taler-exchange/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,11 @@ stdenv.mkDerivation (finalAttrs: {
102102
checkTarget = "check";
103103

104104
meta = {
105-
description = ''
105+
description = "Exchange component for the GNU Taler electronic payment system";
106+
longDescription = ''
106107
Taler is an electronic payment system providing the ability to pay
107108
anonymously using digital cash. Taler consists of a network protocol
108-
definition (using a RESTful API over HTTP), a Exchange (which creates
109+
definition (using a RESTful API over HTTP), an Exchange (which creates
109110
digital coins), a Wallet (which allows customers to manage, store and
110111
spend digital coins), and a Merchant website which allows customers to
111112
spend their digital coins. Naturally, each Merchant is different, but

pkgs/by-name/ta/taler-merchant/package.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ stdenv.mkDerivation (finalAttrs: {
8080
checkTarget = "check";
8181

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

0 commit comments

Comments
 (0)