From ea52a14791a1dfed64835a7bcc36984f78bc117e Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 30 Jul 2017 03:43:59 +1000 Subject: www-servers/h2o: Use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- www-servers/h2o/h2o-2.2.2.ebuild | 2 +- www-servers/h2o/h2o-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/h2o/h2o-2.2.2.ebuild b/www-servers/h2o/h2o-2.2.2.ebuild index d0735cc96777..329ac9bdbfe5 100644 --- a/www-servers/h2o/h2o-2.2.2.ebuild +++ b/www-servers/h2o/h2o-2.2.2.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils systemd user DESCRIPTION="An optimized HTTP server with support for HTTP/1.x and HTTP/2" HOMEPAGE="https://h2o.examp1e.net" -SRC_URI="https://github.com/h2o/h2o/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild index 6171018d54cf..7e33820b1f93 100644 --- a/www-servers/h2o/h2o-9999.ebuild +++ b/www-servers/h2o/h2o-9999.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils git-r3 systemd user DESCRIPTION="An optimized HTTP server with support for HTTP/1.x and HTTP/2" HOMEPAGE="https://h2o.examp1e.net" -EGIT_REPO_URI=( {https,git}://github.com/h2o/h2o.git ) +EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" LICENSE="MIT" SLOT="0" -- cgit v1.2.3-65-gdbad