mirror of
https://github.com/YunoHost-Apps/nullboard_ynh.git
synced 2024-09-03 19:46:08 +02:00
Merge pull request #12 from YunoHost-Apps/ci-auto-update-2023.11.05
Upgrade to v2023.11.05
This commit is contained in:
commit
3b74ccc5d5
3 changed files with 7 additions and 7 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Minimalist kanban board, focused on compactness and readability
|
Minimalist kanban board, focused on compactness and readability
|
||||||
|
|
||||||
**Shipped version:** 2023.09.23~ynh1
|
**Shipped version:** 2023.11.05~ynh1
|
||||||
|
|
||||||
**Demo:** https://nullboard.io/preview
|
**Demo:** https://nullboard.io/preview
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ Minimalist kanban board, focused on compactness and readability
|
||||||
|
|
||||||
* Official app website: <https://nullboard.io/>
|
* Official app website: <https://nullboard.io/>
|
||||||
* Upstream app code repository: <https://github.com/apankrat/nullboard>
|
* Upstream app code repository: <https://github.com/apankrat/nullboard>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_nullboard>
|
* YunoHost Store: <https://apps.yunohost.org/app/nullboard>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/nullboard_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/nullboard_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
Minimalist kanban board, focused on compactness and readability
|
Minimalist kanban board, focused on compactness and readability
|
||||||
|
|
||||||
**Version incluse :** 2023.09.23~ynh1
|
**Version incluse :** 2023.11.05~ynh1
|
||||||
|
|
||||||
**Démo :** https://nullboard.io/preview
|
**Démo :** https://nullboard.io/preview
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ Minimalist kanban board, focused on compactness and readability
|
||||||
|
|
||||||
* Site officiel de l’app : <https://nullboard.io/>
|
* Site officiel de l’app : <https://nullboard.io/>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/apankrat/nullboard>
|
* Dépôt de code officiel de l’app : <https://github.com/apankrat/nullboard>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_nullboard>
|
* YunoHost Store: <https://apps.yunohost.org/app/nullboard>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/nullboard_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/nullboard_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Nullboard"
|
||||||
description.en = "Minimalist kanban board, focused on compactness and readability"
|
description.en = "Minimalist kanban board, focused on compactness and readability"
|
||||||
description.fr = "Kanban minimaliste, axé sur la compacité et la lisibilité"
|
description.fr = "Kanban minimaliste, axé sur la compacité et la lisibilité"
|
||||||
|
|
||||||
version = "2023.09.23~ynh1"
|
version = "2023.11.05~ynh1"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -41,8 +41,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/apankrat/nullboard/archive/b67c2a545156f1f7fcf9feae9983bb6cde136c2a.tar.gz"
|
url = "https://github.com/apankrat/nullboard/archive/d6384d0522174564562e3e4bbaa0c682edd79992.tar.gz"
|
||||||
sha256 = "eeabc3983f1b25c879b6a108e69db3246e83f8a52039c4c04f8410747a08a70a"
|
sha256 = "95dcb1c5a32f279b939a2654a41d864fd5e038f022c398978ff5b0c543fcf585"
|
||||||
autoupdate.upstream = "https://github.com/apankrat/nullboard"
|
autoupdate.upstream = "https://github.com/apankrat/nullboard"
|
||||||
autoupdate.strategy = "latest_github_commit"
|
autoupdate.strategy = "latest_github_commit"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue