mirror of
https://github.com/YunoHost-Apps/owncast_ynh.git
synced 2024-09-03 19:56:20 +02:00
Merge pull request #12 from YunoHost-Apps/fix-auto-updater
Set manifest's upstream.code as the actual repo
This commit is contained in:
commit
6e20677d37
3 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ OBS can be used as streaming video app: https://obsproject.com/
|
|||
|
||||
* Official app website: https://owncast.online/
|
||||
* Official admin documentation: https://owncast.online/docs/
|
||||
* Upstream app code repository: https://github.com/owncast
|
||||
* Upstream app code repository: https://github.com/owncast/owncast
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_owncast
|
||||
* Report a bug: https://github.com/YunoHost-Apps/owncast_ynh/issues
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ OBS peut être utilisé comme application de streaming vidéo : https://obsproje
|
|||
|
||||
* Site officiel de l'app : https://owncast.online/
|
||||
* Documentation officielle de l'admin : https://owncast.online/docs/
|
||||
* Dépôt de code officiel de l'app : https://github.com/owncast
|
||||
* Dépôt de code officiel de l'app : https://github.com/owncast/owncast
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_owncast
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/owncast_ynh/issues
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"website": "https://owncast.online/",
|
||||
"demo": "https://watch.owncast.online/",
|
||||
"admindoc": "https://owncast.online/docs/",
|
||||
"code": "https://github.com/owncast"
|
||||
"code": "https://github.com/owncast/owncast"
|
||||
},
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Add table
Reference in a new issue