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 ca401337c9fe..166889146abb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = nncli
pkgdesc = NextCloud Notes Command Line Interface
pkgver = 0.3.1
pkgrel = 1
- url = https://github.com/djmoch/nncli
+ url = https://nncli.org
arch = any
license = MIT
checkdepends = python-pytest
diff --git a/PKGBUILD b/PKGBUILD
index 49c6a1c4ae59..4c9444843917 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.3.1
pkgrel=1
pkgdesc="NextCloud Notes Command Line Interface"
arch=('any')
-url="https://github.com/djmoch/${pkgname}"
+url="https://nncli.org"
license=('MIT')
depends=('python'
'python-urwid'