diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2020-12-03 09:30:07 -0500 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2020-12-03 09:30:07 -0500 |
commit | 474de973212a8f2d195a042229e1a1cc031c77ae (patch) | |
tree | ade318e330a0acacb6c5c6182bdc87280419031c /dev-db/slony1 | |
parent | dev-db/slony1: Bump to 2.2.9 (diff) | |
download | gentoo-474de973212a8f2d195a042229e1a1cc031c77ae.tar.gz gentoo-474de973212a8f2d195a042229e1a1cc031c77ae.tar.bz2 gentoo-474de973212a8f2d195a042229e1a1cc031c77ae.zip |
dev-db/slony1: Update Homepage
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'dev-db/slony1')
-rw-r--r-- | dev-db/slony1/slony1-2.2.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/slony1/slony1-2.2.9.ebuild b/dev-db/slony1/slony1-2.2.9.ebuild index bd13243822dd..0e854d2ba2ca 100644 --- a/dev-db/slony1/slony1-2.2.9.ebuild +++ b/dev-db/slony1/slony1-2.2.9.ebuild @@ -11,11 +11,11 @@ inherit postgres-multi IUSE="doc perl" DESCRIPTION="A replication system for the PostgreSQL Database Management System" -HOMEPAGE="http://slony.info/" +HOMEPAGE="https://slony.info/" MAJ_PV=$(ver_cut 1-2) -SRC_URI="https://www.slony.info/downloads/${MAJ_PV}/source/${P}.tar.bz2 - doc? ( https://www.slony.info/downloads/${MAJ_PV}/source/${P}-docs.tar.bz2 ) +SRC_URI="https://slony.info/downloads/${MAJ_PV}/source/${P}.tar.bz2 + doc? ( https://slony.info/downloads/${MAJ_PV}/source/${P}-docs.tar.bz2 ) " LICENSE="BSD GPL-2" |