summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Moch2018-11-28 17:51:57 -0500
committerDaniel Moch2018-11-28 17:51:57 -0500
commit46ef1fc297208505f517f85c62135b97663b9185 (patch)
tree1eddad79efaf13d792445b3fb1bff503dd6eea5b
parent6e2b6f61fcce67f7eed1016cfddb8a2364ccdb4b (diff)
downloadaur-46ef1fc297208505f517f85c62135b97663b9185.tar.gz
Change url
-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'