diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-23 21:03:12 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-23 17:47:46 -0400 |
commit | a1eaa876cf8e7f716a146f794069efdf721071df (patch) | |
tree | cb9f1186c409cab9d84e0aa866ad17cb83c57b82 /app-misc/xmind | |
parent | 739eb2c199952a382ccad6ebd9147fe75d61eec6 (diff) | |
download | gentoo-a1eaa876cf8e7f716a146f794069efdf721071df.tar.gz gentoo-a1eaa876cf8e7f716a146f794069efdf721071df.tar.xz |
app-misc/xmind: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8950
Diffstat (limited to 'app-misc/xmind')
-rw-r--r-- | app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild | 2 | ||||
-rw-r--r-- | app-misc/xmind/xmind-3.7.6_p201801311814.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild b/app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild index c06409b09fd..a5d4a0ca6de 100644 --- a/app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild +++ b/app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild @@ -9,7 +9,7 @@ MY_PN="${PN}-portable" MY_P="${MY_PN}-${PV}" DESCRIPTION="A brainstorming and mind mapping software tool" -HOMEPAGE="http://www.xmind.net" +HOMEPAGE="https://www.xmind.net" SRC_URI="http://dl2.xmind.net/xmind-downloads/${MY_P}.zip https://dev.gentoo.org/~creffett/distfiles/xmind-icons.tar.xz" LICENSE="EPL-1.0 LGPL-3" diff --git a/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild b/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild index 40981f622a1..12a6a7c4921 100644 --- a/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild +++ b/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild @@ -9,7 +9,7 @@ MY_PV="8-update7" MY_P="${PN}-${MY_PV}-linux" DESCRIPTION="A brainstorming and mind mapping software tool" -HOMEPAGE="http://www.xmind.net" +HOMEPAGE="https://www.xmind.net" SRC_URI="http://dl2.xmind.net/xmind-downloads/${MY_P}.zip https://dev.gentoo.org/~creffett/distfiles/xmind-icons.tar.xz" LICENSE="EPL-1.0 LGPL-3" |