diff options
author | tg(x) <*@tg-x.net> | 2016-10-11 17:55:14 +0200 |
---|---|---|
committer | tg(x) <*@tg-x.net> | 2016-10-11 17:55:14 +0200 |
commit | 11a400d533bae431966288bc856e5f263ce20b72 (patch) | |
tree | 14dd3a6a20a7b8eb9a78eda73b1860e8572dca62 | |
parent | 07a78fa56cf51c2f5254fe7f3be55f5431af7ffa (diff) |
manifest: fix gecko id
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 8c5b5f475..9d65e9c72 100644 --- 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" } }, |