Properly capitalize Kanboard

This commit is contained in:
Disassembler 2020-06-01 22:04:31 +02:00
parent 8e4b38ef18
commit 615b847cf9
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 173f7dee0b9a0fab2ec190ca57e84334627dd401
Subproject commit f5ddc19a07c2de2b4e3966385b12b9ebc6badf3a

View File

@ -1,7 +1,7 @@
{
"version": "1.2.14-200416",
"meta": {
"title": "KanBoard",
"title": "Kanboard",
"desc-cs": "Kanban řízení projektů",
"desc-en": "Kanban project management",
"license": "GPL"

View File

@ -8,7 +8,7 @@ RUN EOF
# Install build dependencies
apk --no-cache add --virtual .deps git
# Download KanBoard
# Download Kanboard
wget https://github.com/kanboard/kanboard/archive/v1.2.14.zip -O /srv/kanboard.zip
unzip /srv/kanboard.zip -d /srv
mv /srv/kanboard-* /srv/kanboard