diff --git a/.SRCINFO b/.SRCINFO index ddc3c48e1686..fc1a158e967a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -2,7 +2,7 @@ pkgbase = n8n pkgdesc = Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services. pkgver = 1.45.1 pkgrel = 1 - url = https://github.com/n8n-io/n8n + url = https://n8n.io arch = i686 arch = x86_64 arch = arm diff --git a/PKGBUILD b/PKGBUILD index 1bd1ecb00d98..c52c02216fab 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.45.1 pkgrel=1 pkgdesc="Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services." arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64') -url="https://github.com/${pkgname}-io/${pkgname}" +url="https://n8n.io" license=("custom:Sustainable Use License") backup=("etc/default/${pkgname}") depends=("nodejs")