diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-07-08 11:40:35 +0200 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2018-07-11 12:26:21 +0100 |
commit | e7b46a8bd8e3e44bea98363460fbeeb572c0ce24 (patch) | |
tree | 7b9ba00fcc159d717037ea98bc33d6bc68f1caaa /eclass | |
parent | dev-util/howdoi: remove 1.1.9 (diff) | |
download | gentoo-e7b46a8bd8e3e44bea98363460fbeeb572c0ce24.tar.gz gentoo-e7b46a8bd8e3e44bea98363460fbeeb572c0ce24.tar.bz2 gentoo-e7b46a8bd8e3e44bea98363460fbeeb572c0ce24.zip |
eclass/mysql-multilib-r1: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/9135
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql-multilib-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mysql-multilib-r1.eclass b/eclass/mysql-multilib-r1.eclass index ebc054f0fefd..458e80981174 100644 --- a/eclass/mysql-multilib-r1.eclass +++ b/eclass/mysql-multilib-r1.eclass @@ -149,7 +149,7 @@ if [[ ${MY_EXTRAS_VER} != "live" && ${MY_EXTRAS_VER} != "none" ]]; then fi DESCRIPTION="A fast, multi-threaded, multi-user SQL database server" -HOMEPAGE="http://www.mysql.com/" +HOMEPAGE="https://www.mysql.com/" LICENSE="GPL-2" SLOT="0/${SUBSLOT:-0}" |