diff options
| author | yalh76 <yalh@yahoo.com> | 2020-04-16 20:38:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-16 20:38:16 +0200 |
| commit | 6b30109fc986d83166b1805ec3ad7e28200e3743 (patch) | |
| tree | 78e18208680a5eae1b0c5d38a10d0542e1f63854 /manifest.json | |
| parent | 7e1f4c2dee5f2c8374686aea62f4648cdf2722c3 (diff) | |
| parent | 6650cdd372df215e37250501f6ab8d345941a29b (diff) | |
| download | mastodon_ynh-6b30109fc986d83166b1805ec3ad7e28200e3743.tar.gz mastodon_ynh-6b30109fc986d83166b1805ec3ad7e28200e3743.tar.bz2 mastodon_ynh-6b30109fc986d83166b1805ec3ad7e28200e3743.zip | |
Merge pull request #212 from YunoHost-Apps/testing
Implement LDAP
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json index 2792cd4..5925f8f 100644 --- a/manifest.json +++ b/manifest.json @@ -3,10 +3,10 @@ "id": "mastodon", "packaging_format": 1, "description": { - "en": "Mastodon is a free, open-source social network.", - "fr": "Mastodon est un réseau social gratuit et open source." + "en": "A libre and federated social network.", + "fr": "Un réseau social libre et fédéré." }, - "version": "3.1.2~ynh2", + "version": "3.1.2~ynh3", "url": "https://github.com/tootsuite/mastodon", "license": "AGPL-3.0-or-later", "maintainer": [ @@ -23,7 +23,7 @@ } ], "requirements": { - "yunohost": ">= 3.5" + "yunohost": ">= 3.7" }, "multi_instance": true, "services": [ |
