summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Iozzelli2024-02-26 12:54:17 +0100
committerYuri Iozzelli2024-02-26 12:54:17 +0100
commitab6220192d98bc929f8412a57519919dd8e20241 (patch)
treefaad88f1a6797d92cbe3a585124ca3ddabd14482
parentff136caee360bf7c745ebcd05e516cc781c0ff7d (diff)
downloadaur-ab6220192d98bc929f8412a57519919dd8e20241.tar.gz
fix project url
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10a4f0de1497..17bfa0f1b22d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=2
epoch=
pkgdesc="A C++ compiler for the Web"
arch=("x86_64")
-url="leaningtech.com/cheerp"
+url="https://labs.leaningtech.com/cheerp"
license=('Apache-2.0')
groups=()
depends=("python" "gcc-libs")