···102 checkTarget = "check";
103104 meta = {
105- description = ''
0106 Taler is an electronic payment system providing the ability to pay
107 anonymously using digital cash. Taler consists of a network protocol
108- definition (using a RESTful API over HTTP), a Exchange (which creates
109 digital coins), a Wallet (which allows customers to manage, store and
110 spend digital coins), and a Merchant website which allows customers to
111 spend their digital coins. Naturally, each Merchant is different, but
···102 checkTarget = "check";
103104 meta = {
105+ description = "Exchange component for the GNU Taler electronic payment system";
106+ longDescription = ''
107 Taler is an electronic payment system providing the ability to pay
108 anonymously using digital cash. Taler consists of a network protocol
109+ definition (using a RESTful API over HTTP), an Exchange (which creates
110 digital coins), a Wallet (which allows customers to manage, store and
111 spend digital coins), and a Merchant website which allows customers to
112 spend their digital coins. Naturally, each Merchant is different, but
+2-1
pkgs/by-name/ta/taler-merchant/package.nix
···80 checkTarget = "check";
8182 meta = {
83- description = ''
084 This is the GNU Taler merchant backend. It provides the logic that should run
85 at every GNU Taler merchant. The GNU Taler merchant is a RESTful backend that
86 can be used to setup orders and process payments. This component allows
···80 checkTarget = "check";
8182 meta = {
83+ description = "Merchant component for the GNU Taler electronic payment system";
84+ longDescription = ''
85 This is the GNU Taler merchant backend. It provides the logic that should run
86 at every GNU Taler merchant. The GNU Taler merchant is a RESTful backend that
87 can be used to setup orders and process payments. This component allows