summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2020-12-03 09:30:07 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2020-12-03 09:30:07 -0500
commit474de973212a8f2d195a042229e1a1cc031c77ae (patch)
treeade318e330a0acacb6c5c6182bdc87280419031c /dev-db/slony1
parentdev-db/slony1: Bump to 2.2.9 (diff)
downloadgentoo-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.ebuild6
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"