diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-09-15 17:21:07 +0200 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2018-10-07 06:24:47 -0400 |
commit | 1b3464ae5cbec1a422bf1bf6c8914acfe1585b72 (patch) | |
tree | a3eb767009394d5ec32cb0e2e453aa8307ca756b /dev-db/pgbadger | |
parent | app-doc/gnucash-docs: Cleanup old (diff) | |
download | gentoo-1b3464ae5cbec1a422bf1bf6c8914acfe1585b72.tar.gz gentoo-1b3464ae5cbec1a422bf1bf6c8914acfe1585b72.tar.bz2 gentoo-1b3464ae5cbec1a422bf1bf6c8914acfe1585b72.zip |
dev-db/pgbadger: use HTTPS, update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://bugs.gentoo.org/667870
Closes: https://github.com/gentoo/gentoo/pull/9876
Signed-off-by: Aaron Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db/pgbadger')
-rw-r--r-- | dev-db/pgbadger/pgbadger-10.0.ebuild | 4 | ||||
-rw-r--r-- | dev-db/pgbadger/pgbadger-9.2.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-db/pgbadger/pgbadger-10.0.ebuild b/dev-db/pgbadger/pgbadger-10.0.ebuild index aa5e31f45792..5fbe33c8576c 100644 --- a/dev-db/pgbadger/pgbadger-10.0.ebuild +++ b/dev-db/pgbadger/pgbadger-10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit perl-module DESCRIPTION="pgBadger is a PostgreSQL log analyzer." -HOMEPAGE="http://dalibo.github.io/pgbadger/" +HOMEPAGE="https://pgbadger.darold.net/" SRC_URI="https://github.com/darold/pgbadger/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/dev-db/pgbadger/pgbadger-9.2.ebuild b/dev-db/pgbadger/pgbadger-9.2.ebuild index 16ecc3a80b96..cbbf9fb4146e 100644 --- a/dev-db/pgbadger/pgbadger-9.2.ebuild +++ b/dev-db/pgbadger/pgbadger-9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2017 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit perl-module DESCRIPTION="pgBadger is a PostgreSQL log analyzer." -HOMEPAGE="http://dalibo.github.io/pgbadger/" -SRC_URI="https://github.com/dalibo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://pgbadger.darold.net/" +SRC_URI="https://github.com/darold/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" |