From: Michael Mair-Keimberger Date: Sat, 19 May 2018 07:40:43 +0000 (+0200) Subject: media-gfx/alembic: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f40bde16c4e9cd120c488bbbf7794c549641ea74;p=gentoo.git media-gfx/alembic: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8476 --- diff --git a/media-gfx/alembic/alembic-1.7.4.ebuild b/media-gfx/alembic/alembic-1.7.4.ebuild index 59e04e1ce8f4..542642f08d73 100644 --- a/media-gfx/alembic/alembic-1.7.4.ebuild +++ b/media-gfx/alembic/alembic-1.7.4.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils python-single-r1 cmake-utils DESCRIPTION="Alembic is an open framework for storing and sharing scene data" -HOMEPAGE="http://alembic.io/" +HOMEPAGE="https://www.alembic.io" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD"