dev-libs/qcustomplot: use HTTPS
authorMichael Palimaka <kensington@gentoo.org>
Sat, 17 Nov 2018 08:38:07 +0000 (19:38 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Sat, 17 Nov 2018 08:38:45 +0000 (19:38 +1100)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
dev-libs/qcustomplot/qcustomplot-2.0.0.ebuild

index c5e360b617d4b087c8f2b812e475ebcc2a3b4635..3d626c3e118805aca25c9db44528078079e6961b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,10 +6,10 @@ EAPI=6
 inherit qmake-utils
 
 DESCRIPTION="Qt C++ widget for plotting and data visualization"
-HOMEPAGE="http://www.qcustomplot.com/"
+HOMEPAGE="https://www.qcustomplot.com/"
 SRC_URI="
-       http://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz -> ${PN}-sharedlib-${PV}.tar.gz
-       http://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz -> ${PN}-source-${PV}.tar.gz"
+       https://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz -> ${PN}-sharedlib-${PV}.tar.gz
+       https://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz -> ${PN}-source-${PV}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-3"