diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 03:43:59 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:44:46 +0200 |
commit | ea52a14791a1dfed64835a7bcc36984f78bc117e (patch) | |
tree | 700460dd9bed2bd437190704944330a59f92a30a /www-servers/h2o | |
parent | media-video/subliminal: use HTTPS for GitHub (diff) | |
download | gentoo-ea52a14791a1dfed64835a7bcc36984f78bc117e.tar.gz gentoo-ea52a14791a1dfed64835a7bcc36984f78bc117e.tar.bz2 gentoo-ea52a14791a1dfed64835a7bcc36984f78bc117e.zip |
www-servers/h2o: Use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'www-servers/h2o')
-rw-r--r-- | www-servers/h2o/h2o-2.2.2.ebuild | 2 | ||||
-rw-r--r-- | 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" |