summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-01-11 15:11:38 +0100
committerAgostino Sarubbo <ago@gentoo.org>2020-01-11 15:11:38 +0100
commit8e462c8674f9911325ff7800422b2b79e88db4df (patch)
tree99340ffacb760bdceaacf3c1a00157f86145755a /dev-db
parentdev-python/hcloud-python: remove old (diff)
downloadgentoo-8e462c8674f9911325ff7800422b2b79e88db4df.tar.gz
gentoo-8e462c8674f9911325ff7800422b2b79e88db4df.tar.bz2
gentoo-8e462c8674f9911325ff7800422b2b79e88db4df.zip
dev-db/pg_activity: update homepage
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pg_activity/pg_activity-1.5.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/pg_activity/pg_activity-1.5.0.ebuild b/dev-db/pg_activity/pg_activity-1.5.0.ebuild
index 4dfd633a9d5a..bbd8162ba05a 100644
--- a/dev-db/pg_activity/pg_activity-1.5.0.ebuild
+++ b/dev-db/pg_activity/pg_activity-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Realtime PostgreSQL database server monitoring tool"
-HOMEPAGE="https://github.com/julmon/pg_activity/"
-SRC_URI="https://github.com/julmon/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/dalibo/pg_activity"
+SRC_URI="https://github.com/dalibo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
SLOT="0"
LICENSE="POSTGRESQL"