summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442018-03-17 13:06:46 +0100
committermarco442018-03-17 13:06:46 +0100
commit7d981eee925704e5f17507bfc3699912b406af6e (patch)
tree9655c3ce2913590e652cca1a388e0a1fc24ccf3b
parentad1cfc8ac9b9d1197c684311164d90a042933daf (diff)
downloadaur-7d981eee925704e5f17507bfc3699912b406af6e.tar.gz
Minor fix
-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=()