File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments