Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openr2/
Date: Mon, 11 Jun 2018 16:28:20
Message-Id: 1528734472.e7d985d776e6e2332784182ab40a5e3720948044.bman@gentoo
1 commit: e7d985d776e6e2332784182ab40a5e3720948044
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 9 19:39:45 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 16:27:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d985d7
7
8 net-misc/openr2: use HTTPs
9
10 net-misc/openr2/openr2-1.3.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/net-misc/openr2/openr2-1.3.0.ebuild b/net-misc/openr2/openr2-1.3.0.ebuild
14 index 3e45c492124..2f15c2e0e76 100644
15 --- a/net-misc/openr2/openr2-1.3.0.ebuild
16 +++ b/net-misc/openr2/openr2-1.3.0.ebuild
17 @@ -6,7 +6,7 @@ EAPI=6
18 inherit autotools
19
20 DESCRIPTION="An open implementation of the MFC/R2 telephony signaling protocol"
21 -HOMEPAGE="http://libopenr2.org/"
22 +HOMEPAGE="https://libopenr2.org/"
23 SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
24
25 LICENSE="GPL-2"