dev-db/qdbm: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 19 Feb 2019 19:19:49 +0000 (20:19 +0100)
committerAkinori Hattori <hattya@gentoo.org>
Wed, 20 Feb 2019 14:22:12 +0000 (23:22 +0900)
Closes: https://github.com/gentoo/gentoo/pull/11108
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-db/qdbm/qdbm-1.8.78-r2.ebuild

index fee0cfe58c3401fe36015b33d6428652334f590a..6e9cc6f50ad8071cb8799a181d9fd7530c676431 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -8,8 +8,8 @@ RUBY_OPTIONAL="yes"
 inherit autotools flag-o-matic java-pkg-opt-2 perl-functions ruby-ng
 
 DESCRIPTION="Quick Database Manager"
-HOMEPAGE="http://fallabs.com/qdbm/"
-SRC_URI="http://fallabs.com/${PN}/${P}.tar.gz"
+HOMEPAGE="https://fallabs.com/qdbm/"
+SRC_URI="https://fallabs.com/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"