diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 20:18:51 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:15:40 +0200 |
commit | 14fda2f301ce495cdc2c2c0393fc71886d62913f (patch) | |
tree | d8258639e384936afc09c648d433e6e79a32f865 /dev-python/ws4py | |
parent | dev-python/pyxattr: use HTTPS for GitHub (diff) | |
download | gentoo-14fda2f301ce495cdc2c2c0393fc71886d62913f.tar.gz gentoo-14fda2f301ce495cdc2c2c0393fc71886d62913f.tar.bz2 gentoo-14fda2f301ce495cdc2c2c0393fc71886d62913f.zip |
dev-python/ws4py: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/ws4py')
-rw-r--r-- | dev-python/ws4py/ws4py-0.3.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/ws4py/ws4py-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/ws4py/ws4py-0.3.4.ebuild b/dev-python/ws4py/ws4py-0.3.4.ebuild index 5a8c71a7efaf..a7084914ad69 100644 --- a/dev-python/ws4py/ws4py-0.3.4.ebuild +++ b/dev-python/ws4py/ws4py-0.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # We could depend on dev-python/cherrypy when USE=server, but @@ -12,7 +12,7 @@ PYTHON_REQ_USE="threads?" inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/Lawouach/WebSocket-for-Python.git" + EGIT_REPO_URI="https://github.com/Lawouach/WebSocket-for-Python.git" inherit git-2 else inherit vcs-snapshot diff --git a/dev-python/ws4py/ws4py-9999.ebuild b/dev-python/ws4py/ws4py-9999.ebuild index af74ee92a524..757d4a7a3ea7 100644 --- a/dev-python/ws4py/ws4py-9999.ebuild +++ b/dev-python/ws4py/ws4py-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # We could depend on dev-python/cherrypy when USE=server, but @@ -12,7 +12,7 @@ PYTHON_REQ_USE="threads?" inherit distutils-r1 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/Lawouach/WebSocket-for-Python.git" + EGIT_REPO_URI="https://github.com/Lawouach/WebSocket-for-Python.git" inherit git-2 else inherit vcs-snapshot |