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:
parent
98a0d1353a
commit
66fc4f9522
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue