diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-15 08:10:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-15 08:20:25 +0100 |
commit | dd943a8ae89a28246d83e837bd0f080f88b2186b (patch) | |
tree | 002e351f2b4231cadd041c9cc6cbc3e95b706b9b /dev-db | |
parent | sys-kernel/gentoo-kernel: Bump to 5.4.12 (diff) | |
download | gentoo-dd943a8ae89a28246d83e837bd0f080f88b2186b.tar.gz gentoo-dd943a8ae89a28246d83e837bd0f080f88b2186b.tar.bz2 gentoo-dd943a8ae89a28246d83e837bd0f080f88b2186b.zip |
dev-db/barman: Use HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/barman/barman-2.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/barman/barman-2.10.ebuild b/dev-db/barman/barman-2.10.ebuild index 615e5ee37d7d..6a3f95eb6d82 100644 --- a/dev-db/barman/barman-2.10.ebuild +++ b/dev-db/barman/barman-2.10.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 @@ -9,8 +9,8 @@ inherit distutils-r1 DESCRIPTION="Administration tool for disaster recovery of PostgreSQL servers" -HOMEPAGE="http://www.pgbarman.org" -SRC_URI="http://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz" +HOMEPAGE="https://www.pgbarman.org" +SRC_URI="https://downloads.sourceforge.net/project/pgbarman/${PV}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" |