summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Neumann2021-11-29 20:34:22 +0100
committerRichard Neumann2021-11-29 20:34:22 +0100
commit178cbf8026ce6a37698d2caf2319b106bb941f9d (patch)
treeaebd5adcb51eb37a07745e7243d0a90d929cece3 /PKGBUILD
parent811c9fb9a772c6a5708595fb7f1462844a92444a (diff)
downloadaur-178cbf8026ce6a37698d2caf2319b106bb941f9d.tar.gz
Fix URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36ed07039886..9837e45a24c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.16.5
pkgrel=1
pkgdesc='Practical extension of a small, expressive ORM'
arch=('any')
-url="https://gitlab.com/HOMEINFO/${_pkgbase}"
+url="https://github.com/homeinfogmbh/${_pkgbase}"
license=('GPLv3')
depends=('python' 'python-peewee')
optdepends=('python-argon2_cffi: for Argon2Field' 'python-authlib: for authlib integration')