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 11aaf5c1aa20..4aa4a82242df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = econnman
pkgdesc = Enlightenment ConnMan user interface
pkgver = 1.1
pkgrel = 1
- url = http://www.enlightenment.org
+ url = https://phab.enlightenment.org/w/projects/econnman/
arch = any
license = LGPL3
depends = python-efl
diff --git a/PKGBUILD b/PKGBUILD
index 67b5bfe4630a..cc730f0afda2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.1
pkgrel=1
pkgdesc="Enlightenment ConnMan user interface"
arch=('any')
-url="http://www.enlightenment.org"
+url="https://phab.enlightenment.org/w/projects/econnman/"
license=('LGPL3')
depends=('python-efl' 'connman')
source=("http://download.enlightenment.org/rel/apps/$pkgname/$pkgname-$pkgver.tar.gz")