mirror of
https://github.com/YunoHost-Apps/pelican_ynh.git
synced 2024-09-03 19:46:35 +02:00
Merge branch 'master' of https://github.com/YliesC/pelican_ynh
This commit is contained in:
commit
de304537a9
1 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
||||||
"en": "Pelican Static Site Generator",
|
"en": "Pelican Static Site Generator",
|
||||||
"fr": "Pelican, un générateur de blog statique"
|
"fr": "Pelican, un générateur de blog statique"
|
||||||
},
|
},
|
||||||
|
"version": "3.7.1",
|
||||||
"url": "https://thegoldenkoala.com",
|
"url": "https://thegoldenkoala.com",
|
||||||
"license": "GPLv3",
|
"license": "GPLv3",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -14,9 +15,9 @@
|
||||||
"url": "http://thegoldenkoala.com"
|
"url": "http://thegoldenkoala.com"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">> 2.6.5"
|
"yunohost": ">= 2.4"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx"
|
"nginx"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue