Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/
Date: Sun, 30 Jul 2017 10:04:40
Message-Id: 1501409060.e718c1e6d3cb9bb5d8f386a5772b7801e9c69e1f.mgorny@gentoo
1 commit: e718c1e6d3cb9bb5d8f386a5772b7801e9c69e1f
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 18:34:32 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 10:04:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e718c1e6
7
8 net-misc/hotot: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-misc/hotot/hotot-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/hotot/hotot-9999.ebuild b/net-misc/hotot/hotot-9999.ebuild
16 index 8589e6d5da8..777e7d1e2bc 100644
17 --- a/net-misc/hotot/hotot-9999.ebuild
18 +++ b/net-misc/hotot/hotot-9999.ebuild
19 @@ -9,7 +9,7 @@ inherit cmake-utils git-r3 python-single-r1 vcs-snapshot
20
21 DESCRIPTION="lightweight & open source microblogging client"
22 HOMEPAGE="http://hotot.org"
23 -EGIT_REPO_URI="git://github.com/lyricat/Hotot.git"
24 +EGIT_REPO_URI="https://github.com/lyricat/Hotot.git"
25
26 LICENSE="LGPL-3"
27 SLOT="0"