aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Alexandre ZANNI <16578570+noraj@users.noreply.github.com>2023-11-27 22:26:59 +0100
committerLibravatar GitHub <noreply@github.com>2023-11-27 21:26:59 +0000
commitac09880a991db6ebeb4b1435b7048ad3b1070ad0 (patch)
tree7604ae046e1c1f3f6270b3636a79972c5b60c97a
parentFix selectors in the Nextcloud Calendar recipe (#472) (diff)
downloadferdium-recipes-ac09880a991db6ebeb4b1435b7048ad3b1070ad0.tar.gz
ferdium-recipes-ac09880a991db6ebeb4b1435b7048ad3b1070ad0.tar.zst
ferdium-recipes-ac09880a991db6ebeb4b1435b7048ad3b1070ad0.zip
Change name of Tutanota to Tuta Mail (#463)
Co-authored-by: mydarkstar <git@mydarkstar.net>
-rw-r--r--recipes/tutanota/package.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes/tutanota/package.json b/recipes/tutanota/package.json
index 0190fe6..4be7c4f 100644
--- a/recipes/tutanota/package.json
+++ b/recipes/tutanota/package.json
@@ -1,9 +1,12 @@
1{ 1{
2 "id": "tutanota", 2 "id": "tutanota",
3 "name": "Tutanota", 3 "name": "Tuta Mail",
4 "version": "1.3.0", 4 "version": "1.3.1",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [
7 "Tutanota"
8 ],
6 "config": { 9 "config": {
7 "serviceURL": "https://mail.tutanota.com/" 10 "serviceURL": "https://app.tuta.com/"
8 } 11 }
9} 12}