taler-exchange,taler-merchant: fix description (#359858)

authored by asymmetric and committed by GitHub a04f8743 1a33aa67

+5 -3
+3 -2
pkgs/by-name/ta/taler-exchange/package.nix
··· 102 102 checkTarget = "check"; 103 103 104 104 meta = { 105 - description = '' 105 + description = "Exchange component for the GNU Taler electronic payment system"; 106 + longDescription = '' 106 107 Taler is an electronic payment system providing the ability to pay 107 108 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 109 110 digital coins), a Wallet (which allows customers to manage, store and 110 111 spend digital coins), and a Merchant website which allows customers to 111 112 spend their digital coins. Naturally, each Merchant is different, but
+2 -1
pkgs/by-name/ta/taler-merchant/package.nix
··· 80 80 checkTarget = "check"; 81 81 82 82 meta = { 83 - description = '' 83 + description = "Merchant component for the GNU Taler electronic payment system"; 84 + longDescription = '' 84 85 This is the GNU Taler merchant backend. It provides the logic that should run 85 86 at every GNU Taler merchant. The GNU Taler merchant is a RESTful backend that 86 87 can be used to setup orders and process payments. This component allows