mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Merge pull request #1256 from YunoHost/set_apps_as_maintained
Set some apps as maintained?
This commit is contained in:
commit
2ce7662e4e
1 changed files with 9 additions and 9 deletions
18
apps.json
18
apps.json
|
@ -1466,7 +1466,7 @@
|
||||||
"laverna": {
|
"laverna": {
|
||||||
"category": "office",
|
"category": "office",
|
||||||
"level": 7,
|
"level": 7,
|
||||||
"maintained": false,
|
"maintained": true,
|
||||||
"state": "working",
|
"state": "working",
|
||||||
"subtags": [
|
"subtags": [
|
||||||
"text"
|
"text"
|
||||||
|
@ -1484,7 +1484,7 @@
|
||||||
"category": "reading",
|
"category": "reading",
|
||||||
"high_quality": true,
|
"high_quality": true,
|
||||||
"level": 7,
|
"level": 7,
|
||||||
"maintained": false,
|
"maintained": true,
|
||||||
"state": "working",
|
"state": "working",
|
||||||
"subtags": [
|
"subtags": [
|
||||||
"rssreader"
|
"rssreader"
|
||||||
|
@ -1790,7 +1790,7 @@
|
||||||
"minchat": {
|
"minchat": {
|
||||||
"category": "communication",
|
"category": "communication",
|
||||||
"level": 7,
|
"level": 7,
|
||||||
"maintained": false,
|
"maintained": true,
|
||||||
"state": "working",
|
"state": "working",
|
||||||
"subtags": [
|
"subtags": [
|
||||||
"chat"
|
"chat"
|
||||||
|
@ -2365,7 +2365,7 @@
|
||||||
"phpldapadmin": {
|
"phpldapadmin": {
|
||||||
"category": "system_tools",
|
"category": "system_tools",
|
||||||
"level": 7,
|
"level": 7,
|
||||||
"maintained": false,
|
"maintained": true,
|
||||||
"state": "working",
|
"state": "working",
|
||||||
"subtags": [
|
"subtags": [
|
||||||
"db"
|
"db"
|
||||||
|
@ -2487,7 +2487,7 @@
|
||||||
"pluxml": {
|
"pluxml": {
|
||||||
"category": "publishing",
|
"category": "publishing",
|
||||||
"level": 7,
|
"level": 7,
|
||||||
"maintained": false,
|
"maintained": true,
|
||||||
"state": "working",
|
"state": "working",
|
||||||
"subtags": [
|
"subtags": [
|
||||||
"blog"
|
"blog"
|
||||||
|
@ -2829,7 +2829,7 @@
|
||||||
"shellinabox": {
|
"shellinabox": {
|
||||||
"category": "system_tools",
|
"category": "system_tools",
|
||||||
"level": 7,
|
"level": 7,
|
||||||
"maintained": false,
|
"maintained": true,
|
||||||
"state": "working",
|
"state": "working",
|
||||||
"url": "https://github.com/YunoHost-Apps/shellinabox_ynh"
|
"url": "https://github.com/YunoHost-Apps/shellinabox_ynh"
|
||||||
},
|
},
|
||||||
|
@ -3251,7 +3251,7 @@
|
||||||
"tyto": {
|
"tyto": {
|
||||||
"category": "productivity_and_management",
|
"category": "productivity_and_management",
|
||||||
"level": 7,
|
"level": 7,
|
||||||
"maintained": false,
|
"maintained": true,
|
||||||
"state": "working",
|
"state": "working",
|
||||||
"subtags": [
|
"subtags": [
|
||||||
"task"
|
"task"
|
||||||
|
@ -3280,7 +3280,7 @@
|
||||||
"unattended_upgrades": {
|
"unattended_upgrades": {
|
||||||
"category": "system_tools",
|
"category": "system_tools",
|
||||||
"level": 7,
|
"level": 7,
|
||||||
"maintained": false,
|
"maintained": true,
|
||||||
"state": "working",
|
"state": "working",
|
||||||
"url": "https://github.com/YunoHost-Apps/unattended_upgrades_ynh"
|
"url": "https://github.com/YunoHost-Apps/unattended_upgrades_ynh"
|
||||||
},
|
},
|
||||||
|
@ -3379,7 +3379,7 @@
|
||||||
"wemawema": {
|
"wemawema": {
|
||||||
"category": "wat",
|
"category": "wat",
|
||||||
"level": 7,
|
"level": 7,
|
||||||
"maintained": false,
|
"maintained": true,
|
||||||
"state": "working",
|
"state": "working",
|
||||||
"url": "https://github.com/Yunohost-apps/wemawema_ynh"
|
"url": "https://github.com/Yunohost-apps/wemawema_ynh"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue