···102102 checkTarget = "check";
103103104104 meta = {
105105- description = ''
105105+ description = "Exchange component for the GNU Taler electronic payment system";
106106+ longDescription = ''
106107 Taler is an electronic payment system providing the ability to pay
107108 anonymously using digital cash. Taler consists of a network protocol
108108- definition (using a RESTful API over HTTP), a Exchange (which creates
109109+ 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
+2-1
pkgs/by-name/ta/taler-merchant/package.nix
···8080 checkTarget = "check";
81818282 meta = {
8383- description = ''
8383+ description = "Merchant component for the GNU Taler electronic payment system";
8484+ 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