diff --git a/recipes/tutanota/.gitignore b/recipes/tutanota/.gitignore deleted file mode 100644 index e43b0f988..000000000 --- a/recipes/tutanota/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.DS_Store diff --git a/recipes/tutanota/README.md b/recipes/tutanota/README.md new file mode 100644 index 000000000..9b9a0fdd4 --- /dev/null +++ b/recipes/tutanota/README.md @@ -0,0 +1,3 @@ +# Tuta Mail + +> Tutanota is now Tuta. Read more [here](https://tuta.com/blog/tutanota-is-now-tuta) diff --git a/recipes/tutanota/icon.svg b/recipes/tutanota/icon.svg index c4fed92c7..0632c0f74 100644 --- a/recipes/tutanota/icon.svg +++ b/recipes/tutanota/icon.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/recipes/tutanota/package.json b/recipes/tutanota/package.json index 0190fe6d1..a955e2c18 100644 --- a/recipes/tutanota/package.json +++ b/recipes/tutanota/package.json @@ -1,9 +1,13 @@ { "id": "tutanota", - "name": "Tutanota", - "version": "1.3.0", + "name": "Tuta", + "version": "1.4.0", + "description": "Tuta Mail", + "aliases": [ + "Tutanota" + ], "license": "MIT", "config": { - "serviceURL": "https://mail.tutanota.com/" + "serviceURL": "https://app.tuta.com/" } }