diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-02-22 19:20:25 +0100 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-02-22 19:20:37 +0100 |
commit | 224762a0ac6be1a8ac124194840b425788cc45d2 (patch) | |
tree | b6284e3c88fd3a328ff53b2beb51e952ce2cd1c1 /www-apps/cgit | |
parent | media-libs/mesa: Drop old 11.1 ebuilds. (diff) | |
download | gentoo-224762a0ac6be1a8ac124194840b425788cc45d2.tar.gz gentoo-224762a0ac6be1a8ac124194840b425788cc45d2.tar.bz2 gentoo-224762a0ac6be1a8ac124194840b425788cc45d2.zip |
www-apps/cgit: upstream cloning uses https now
Package-Manager: portage-2.2.27
Diffstat (limited to 'www-apps/cgit')
-rw-r--r-- | www-apps/cgit/cgit-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild index a339c0313810..112a8dc81778 100644 --- a/www-apps/cgit/cgit-9999.ebuild +++ b/www-apps/cgit/cgit-9999.ebuild @@ -13,7 +13,7 @@ inherit webapp eutils multilib user toolchain-funcs git-2 DESCRIPTION="a fast web-interface for git repositories" HOMEPAGE="http://git.zx2c4.com/cgit/about" SRC_URI="" -EGIT_REPO_URI="git://git.zx2c4.com/cgit" +EGIT_REPO_URI="https://git.zx2c4.com/cgit" LICENSE="GPL-2" SLOT="0" |