summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1740784bbb18..bc230380c001 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = libolm
pkgdesc = An implementation of the Double Ratchet cryptographic ratchet in C++
pkgver = 3.0.0
pkgrel = 1
- url = https://git.matrix.org/git/olm/about/
+ url = https://gitlab.matrix.org/matrix-org/olm
arch = x86_64
arch = i686
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 1b64902e74d1..a54eb4d52920 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=3.0.0
pkgrel=1
pkgdesc='An implementation of the Double Ratchet cryptographic ratchet in C++'
arch=('x86_64' 'i686' 'armv7h')
-url="https://git.matrix.org/git/olm/about/"
+url="https://gitlab.matrix.org/matrix-org/olm"
license=('Apache')
depends=('gcc-libs')
source=("https://gitlab.matrix.org/matrix-org/$_pkgname/-/archive/$pkgver/$_pkgname-$pkgver.tar.bz2")