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 1ca39df393e9..879f4c9c74e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = pg_qualstats-git
pkgdesc = postgresql background worker to capture data
pkgver = dd6fbf4
pkgrel = 1
- url = https://github.com/dalibo/pg_qualstats
+ url = https://github.com/powa-team/pg_qualstats
install = pg_qualstats-git.install
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0be04079580a..d0ffe1d9f046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=dd6fbf4
pkgrel=1
pkgdesc="postgresql background worker to capture data"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
-url="https://github.com/dalibo/pg_qualstats"
+url="https://github.com/powa-team/pg_qualstats"
license=('BSD')
depends=('postgresql')
builddepends=()