diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-19 20:19:49 +0100 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2019-02-20 23:22:12 +0900 |
commit | 042f8b68c7978ebf5718a15cca111903c6f4abc2 (patch) | |
tree | 60fce21053feecff49adb68fe4fe7474bab0ec35 /dev-db/qdbm | |
parent | app-i18n/ibus: limit max vala version, add python3.7 (diff) | |
download | gentoo-042f8b68c7978ebf5718a15cca111903c6f4abc2.tar.gz gentoo-042f8b68c7978ebf5718a15cca111903c6f4abc2.tar.bz2 gentoo-042f8b68c7978ebf5718a15cca111903c6f4abc2.zip |
dev-db/qdbm: use HTTPS
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
Diffstat (limited to 'dev-db/qdbm')
-rw-r--r-- | dev-db/qdbm/qdbm-1.8.78-r2.ebuild | 6 |
1 files 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 fee0cfe58c34..6e9cc6f50ad8 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" |