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 d3236210049d..0a94a84108a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = cournal
pkgdesc = A collaborative note taking and journal application using a stylus.
pkgver = r207.23392b8
pkgrel = 1
- url = http://cournal-project.org/
+ url = https://github.com/flyser/cournal
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 3bf4d1616765..5f5ab8cb3ae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='A collaborative note taking and journal application using a stylus.'
arch=('any')
license=('GPL3')
-url='http://cournal-project.org/'
+url='https://github.com/flyser/cournal'
depends=('python' 'gtk3' 'poppler-glib' 'gobject-introspection' 'python-gobject'
'python-zope-interface' 'hicolor-icon-theme' 'desktop-file-utils' 'intltool')
makedepends=('git' 'mercurial')