summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaochen Tong2020-11-11 12:54:14 +0100
committerDavid Anderson2020-11-16 16:34:21 -0800
commit94f9a0499ae4f9b2469d68f65880be183bf277a0 (patch)
treee1f97223de3b68937910472bd065e49a5aba6825
parent2e01ccf70e6eeeef85b1c5949e4ee4d6d92c5aa5 (diff)
downloadaur-94f9a0499ae4f9b2469d68f65880be183bf277a0.tar.gz
Switch to https git URL
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0066bb79631f..1959da45e93c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=("MIT")
makedepends=("git" "go")
depends=("glibc")
backup=("etc/default/tailscaled")
-source=("$pkgname::git+http://github.com/tailscale/tailscale.git#tag=v$pkgver")
+source=("$pkgname::git+https://github.com/tailscale/tailscale.git#tag=v$pkgver")
sha256sums=('SKIP')
install="tailscale.install"