diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /net-im/kouchat | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-im/kouchat')
-rw-r--r-- | net-im/kouchat/kouchat-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/kouchat/kouchat-1.1.0.ebuild b/net-im/kouchat/kouchat-1.1.0.ebuild index 796ac3b1f15c..2eefa286f895 100644 --- a/net-im/kouchat/kouchat-1.1.0.ebuild +++ b/net-im/kouchat/kouchat-1.1.0.ebuild @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="" inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="KouChat is a simple serverless chat client for local area networks" -HOMEPAGE="http://kouchat.googlecode.com/" -SRC_URI="http://kouchat.googlecode.com/files/${P}-src.tar.gz +HOMEPAGE="https://kouchat.googlecode.com/" +SRC_URI="https://kouchat.googlecode.com/files/${P}-src.tar.gz https://dev.gentoo.org/~serkan/distfiles/${P}-buildfiles.tar.gz" LICENSE="LGPL-3" SLOT="0" |