diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-09-15 17:16:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-27 17:56:44 +0200 |
commit | fa2f6ac5012fa310247bb905f38c4e77188faa8c (patch) | |
tree | fed58a6026e964bac0b84ed42bb21aa3a615d326 /app-misc/qlcplus | |
parent | sci-geosciences/qgis: Drop old (diff) | |
download | gentoo-fa2f6ac5012fa310247bb905f38c4e77188faa8c.tar.gz gentoo-fa2f6ac5012fa310247bb905f38c4e77188faa8c.tar.bz2 gentoo-fa2f6ac5012fa310247bb905f38c4e77188faa8c.zip |
app-misc/qlcplus: use HTTPS
Closes: https://bugs.gentoo.org/667868
Closes: https://github.com/gentoo/gentoo/pull/9873
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-misc/qlcplus')
-rw-r--r-- | app-misc/qlcplus/qlcplus-4.11.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/qlcplus/qlcplus-4.11.1.ebuild b/app-misc/qlcplus/qlcplus-4.11.1.ebuild index de801605d298..3f618215d189 100644 --- a/app-misc/qlcplus/qlcplus-4.11.1.ebuild +++ b/app-misc/qlcplus/qlcplus-4.11.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit qmake-utils udev vcs-snapshot virtualx xdg -DESCRIPTION="QLC+ - Q Light Controller Plus to control DMX interfaces" -HOMEPAGE="http://www.qlcplus.org/" +DESCRIPTION="A software to control DMX or analog lighting systems" +HOMEPAGE="https://www.qlcplus.org/" SRC_URI="https://github.com/mcallegari/${PN}/archive/QLC+_${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" |