commit: 042f8b68c7978ebf5718a15cca111903c6f4abc2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Feb 19 19:19:49 2019 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Wed Feb 20 14:22:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042f8b68
dev-db/qdbm: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/11108 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-db/qdbm/qdbm-1.8.78-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-db/qdbm/qdbm-1.8.78-r2.ebuild b/dev-db/qdbm/qdbm-1.8.78-r2.ebuild index fee0cfe58c3..6e9cc6f50ad 100644 --- a/dev-db/qdbm/qdbm-1.8.78-r2.ebuild +++ b/dev-db/qdbm/qdbm-1.8.78-r2.ebuild @@ -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"
