www-servers/h2o: Use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 17:43:59 +0000 (03:43 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:44:46 +0000 (11:44 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

www-servers/h2o/h2o-2.2.2.ebuild
www-servers/h2o/h2o-9999.ebuild

index d0735cc967776556078b8510c785cf6fdf3539f5..329ac9bdbfe512a59b5a20860307959bce969da9 100644 (file)
@@ -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"
index 6171018d54cf3982bf63d26f8baabc99ca9cc3d9..7e33820b1f933794f6c01e3df3fa9122f7ca1c0a 100644 (file)
@@ -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"