1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

[fix] .git should be avoided, makes stuff more difficult to parse ;P

This commit is contained in:
ljf (zamentur) 2019-02-22 16:45:22 +01:00 committed by Alexandre Aubin
parent 98a0d1353a
commit 66fc4f9522

View file

@ -47,7 +47,7 @@ App example addition:
"wallabag": {
"branch": "master",
"revision": "c2fc62438ac5c9503e3f4ebfdc425ec03a0ec0c0",
"url": "https://github.com/abeudin/wallabag_ynh.git",
"url": "https://github.com/abeudin/wallabag_ynh",
"state": "working"
}
```