dev-db/barman: Use HTTPS
authorMichał Górny <mgorny@gentoo.org>
Wed, 15 Jan 2020 07:10:42 +0000 (08:10 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 15 Jan 2020 07:20:25 +0000 (08:20 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-db/barman/barman-2.10.ebuild

index 615e5ee37d7da3809f0a7bb8991230cd71581040..6a3f95eb6d82f2f19d1f142cf58a7e9b674c15b0 100644 (file)
@@ -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"