dev-util/conan: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 30 Mar 2018 20:33:43 +0000 (22:33 +0200)
committerAaron Bauman <bman@gentoo.org>
Thu, 5 Apr 2018 15:17:42 +0000 (11:17 -0400)
Closes: https://github.com/gentoo/gentoo/pull/7723

dev-util/conan/conan-1.0.4.ebuild

index 990edbd43c60ba924f75158280d6bc51fba5979e..1c65c049844a9e09c560e80cca7b7ebdba04d72a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="sqlite"
 inherit distutils-r1
 
 DESCRIPTION="Distributed C/C++ package manager"
-HOMEPAGE="http://conan.io/"
+HOMEPAGE="https://conan.io/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"