summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 03:43:59 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:44:46 +0200
commitea52a14791a1dfed64835a7bcc36984f78bc117e (patch)
tree700460dd9bed2bd437190704944330a59f92a30a /www-servers
parentmedia-video/subliminal: use HTTPS for GitHub (diff)
downloadgentoo-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')
-rw-r--r--www-servers/h2o/h2o-2.2.2.ebuild2
-rw-r--r--www-servers/h2o/h2o-9999.ebuild2
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"