summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b5c927b256c..35bec9cf1b42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = kanban-bin
pkgdesc = Self hosted Kanban board for GitLab issues (precompiled binary)
pkgver = 1.7.1
pkgrel = 1
- url = http://kanban.leanlabs.io/
+ url = https://kanban.leanlabs.io/
arch = x86_64
license = MIT
depends = redis
diff --git a/PKGBUILD b/PKGBUILD
index 478ecf01819c..bdacf6b82611 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=kanban-bin
pkgver=1.7.1
pkgrel=1
-pkgdesc="Self hosted Kanban board for GitLab issues (precompiled binary)"
+pkgdesc='Self hosted Kanban board for GitLab issues (precompiled binary)'
arch=('x86_64')
-url="http://kanban.leanlabs.io/"
+url='https://kanban.leanlabs.io/'
license=('MIT')
depends=('redis')
conflicts=('kanban')