taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 11a400d533bae431966288bc856e5f263ce20b72
parent 07a78fa56cf51c2f5254fe7f3be55f5431af7ffa
Author: tg(x) <*@tg-x.net>
Date:   Tue, 11 Oct 2016 17:55:14 +0200

manifest: fix gecko id

Diffstat:
Mmanifest.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifest.json b/manifest.json @@ -9,7 +9,7 @@ "applications": { "gecko": { - "id": "devs@taler.net", + "id": "wallet@taler.net", "strict_min_version": "50.0a1" } },