summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 11:32:21 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 10:47:01 +0200
commitdca440806632eddb113a39c72f2c25be599c5668 (patch)
tree6b082e4be1aea5933f9d8e78d274061bf77abae6 /app-portage/genlop
parentapp-portage/g-cpan: use HTTPS for GitHub (diff)
downloadgentoo-dca440806632eddb113a39c72f2c25be599c5668.tar.gz
gentoo-dca440806632eddb113a39c72f2c25be599c5668.tar.bz2
gentoo-dca440806632eddb113a39c72f2c25be599c5668.zip
app-portage/genlop: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-portage/genlop')
-rw-r--r--app-portage/genlop/genlop-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/genlop/genlop-9999.ebuild b/app-portage/genlop/genlop-9999.ebuild
index 52c3a745a296..f4cc3925ba6b 100644
--- a/app-portage/genlop/genlop-9999.ebuild
+++ b/app-portage/genlop/genlop-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=5
inherit git-2 bash-completion-r1
-EGIT_REPO_URI="git://github.com/gentoo-perl/genlop.git"
+EGIT_REPO_URI="https://github.com/gentoo-perl/genlop.git"
DESCRIPTION="A nice emerge.log parser"
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Perl"
SRC_URI=""