summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongqi Yu2022-10-22 20:21:09 +0800
committerHongqi Yu2022-10-22 20:21:09 +0800
commit2bc324cbfeacf3d86dae0ef71002bd5d015e88bc (patch)
treed9b2bcfc06c357b8e076d124263813e29e75c632
parent75d7123244da44a0ddaa161fd03a6395214e0a57 (diff)
downloadaur-2bc324cbfeacf3d86dae0ef71002bd5d015e88bc.tar.gz
fix: remove duplicate https
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4a946251ae5..1dbbbf26ac66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.1.0.20221022
pkgrel=1
pkgdesc='A modern cli for tikv'
arch=(i686 x86_64)
-url='https://https://github.com/hackathon-2022-ticli/ticli'
+url='https://github.com/hackathon-2022-ticli/ticli'
license=('MIT' 'APACHE')
makedepends=('git' 'rust' 'cargo')
conflicts=("${_pkgname}" "${_pkgname}-bin")