summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-02-19 20:19:49 +0100
committerAkinori Hattori <hattya@gentoo.org>2019-02-20 23:22:12 +0900
commit042f8b68c7978ebf5718a15cca111903c6f4abc2 (patch)
tree60fce21053feecff49adb68fe4fe7474bab0ec35 /dev-db
parentapp-i18n/ibus: limit max vala version, add python3.7 (diff)
downloadgentoo-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')
-rw-r--r--dev-db/qdbm/qdbm-1.8.78-r2.ebuild6
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"