aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/posteo/package.json
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2023-01-19 22:50:09 +0000
committerLibravatar GitHub <noreply@github.com>2023-01-19 22:50:09 +0000
commit6a12a29e1224939aa115a14715a4415e14b0b389 (patch)
treeac0d61fcde02e061d833a8ce9986417d2a092dab /recipes/posteo/package.json
parentfix: add mastodon hosted option and remove teamId (diff)
downloadferdium-recipes-6a12a29e1224939aa115a14715a4415e14b0b389.tar.gz
ferdium-recipes-6a12a29e1224939aa115a14715a4415e14b0b389.tar.zst
ferdium-recipes-6a12a29e1224939aa115a14715a4415e14b0b389.zip
feat: add several recipes (#293)
Diffstat (limited to 'recipes/posteo/package.json')
-rw-r--r--recipes/posteo/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/posteo/package.json b/recipes/posteo/package.json
new file mode 100644
index 0000000..dff4655
--- /dev/null
+++ b/recipes/posteo/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "posteo",
3 "name": "Posteo",
4 "version": "1.0.0",
5 "license": "MIT",
6 "aliases": [
7 "mail",
8 "e-mail"
9 ],
10 "config": {
11 "serviceURL": "https://posteo.de/"
12 }
13}