diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 04:10:40 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:44:52 +0200 |
commit | 2b606c6cac51051107703cd60b5210bd7feede95 (patch) | |
tree | 3ac9cf59a12a81d9fa6e75bbccfc0acc1928aa87 /net-libs/tox | |
parent | net-irc/hexchat: use HTTPS for GitHub (diff) | |
download | gentoo-2b606c6cac51051107703cd60b5210bd7feede95.tar.gz gentoo-2b606c6cac51051107703cd60b5210bd7feede95.tar.bz2 gentoo-2b606c6cac51051107703cd60b5210bd7feede95.zip |
net-libs/tox: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-libs/tox')
-rw-r--r-- | net-libs/tox/tox-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-libs/tox/tox-9999.ebuild b/net-libs/tox/tox-9999.ebuild index 37596b0c3d91..e7b2b5569ca2 100644 --- a/net-libs/tox/tox-9999.ebuild +++ b/net-libs/tox/tox-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 EAPI=6 @@ -8,8 +8,7 @@ inherit autotools git-r3 user systemd DESCRIPTION="Encrypted P2P, messaging, and audio/video calling platform" HOMEPAGE="https://tox.chat" SRC_URI="" -EGIT_REPO_URI="https://github.com/TokTok/c-toxcore.git - git://github.com/TokTok/c-toxcore.git" +EGIT_REPO_URI="https://github.com/TokTok/c-toxcore.git" LICENSE="GPL-3+" SLOT="0/0.1" |