diff options
| author | nemsia <nemsia@nemsia.org> | 2018-04-06 21:21:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-06 21:21:22 +0200 |
| commit | 52ea3880731fe09d724ac0b831605583682068cf (patch) | |
| tree | 35f1d8c067914f6a05fc6979056a5dd9dc2d8c7d /manifest.json | |
| parent | 1d7613889c5e0ef976e3ed63e4ad82516508f5a9 (diff) | |
| parent | 18b69b2fdfbd1178334b5ea5a3c9e75fb439a10f (diff) | |
| download | mastodon_ynh-52ea3880731fe09d724ac0b831605583682068cf.tar.gz mastodon_ynh-52ea3880731fe09d724ac0b831605583682068cf.tar.bz2 mastodon_ynh-52ea3880731fe09d724ac0b831605583682068cf.zip | |
Merge pull request #74 from Jibec/master
Review and beginning of refactoring
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 228fa4b..3c1b32b 100644 --- a/manifest.json +++ b/manifest.json @@ -3,15 +3,15 @@ "id": "mastodon", "packaging_format": 1, "requirements": { - "yunohost": ">= 2.4" + "yunohost": ">= 2.7.9" }, "description": { "en": "Mastodon is a free, open-source social network.", "fr": "Mastodon est un réseau social gratuit et open source." }, - "version": "2.2.0", + "version": "2.2.0-1", "url": "https://github.com/tootsuite/mastodon", - "license": "AGPL v3.0", + "license": "AGPL-3.0-or-later", "maintainer": { "name": "cyp, nemsia", "email": "cyp@rouquin.me, nemsia@nemsia.org" |
