diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-12 17:04:13 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-13 15:18:15 -0400 |
commit | 1a5ec94290452e936975b7be6e531fe33b7df4c4 (patch) | |
tree | 9358e0dd4f4ce1c546585bce73dfd82064d61ead /x11-libs/libfm-qt | |
parent | media-radio/gpredict: remove unused patches (diff) | |
download | gentoo-1a5ec94290452e936975b7be6e531fe33b7df4c4.tar.gz gentoo-1a5ec94290452e936975b7be6e531fe33b7df4c4.tar.bz2 gentoo-1a5ec94290452e936975b7be6e531fe33b7df4c4.zip |
lxqt-base/*, media-gfx/lximage, x11-{libs,misc}/*: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8364
Diffstat (limited to 'x11-libs/libfm-qt')
-rw-r--r-- | x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild b/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild index d95c6f80deba..f377c3afce2f 100644 --- a/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild +++ b/x11-libs/libfm-qt/libfm-qt-0.11.1.ebuild @@ -7,14 +7,14 @@ inherit cmake-utils if [[ "${PV}" == "9999" ]]; then inherit git-r3 - EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}" + EGIT_REPO_URI="https://git.lxde.org/git/lxde/${PN}" else SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="Qt port of libfm, a library providing components to build desktop file managers" -HOMEPAGE="http://lxqt.org/" +HOMEPAGE="https://lxqt.org" LICENSE="LGPL-2.1+" SLOT="0/3" |