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/bopm/
Date: Sun, 30 Jul 2017 08:36:10
Message-Id: 1501403754.fddfe6a9b26d5149bcae05312ffea14316f7705e.mgorny@gentoo
1 commit: fddfe6a9b26d5149bcae05312ffea14316f7705e
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Fri Jul 28 23:18:11 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:35:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fddfe6a9
7
8 net-misc/bopm: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-misc/bopm/bopm-3.1.3-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/bopm/bopm-3.1.3-r3.ebuild b/net-misc/bopm/bopm-3.1.3-r3.ebuild
16 index b1db434a9a1..5e306a50271 100644
17 --- a/net-misc/bopm/bopm-3.1.3-r3.ebuild
18 +++ b/net-misc/bopm/bopm-3.1.3-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -6,7 +6,7 @@ EAPI=6
26 inherit autotools user
27
28 DESCRIPTION="Blitzed Open Proxy Monitor"
29 -HOMEPAGE="http://github.com/blitzed-org/bopm"
30 +HOMEPAGE="https://github.com/blitzed-org/bopm"
31 SRC_URI="http://static.blitzed.org/www.blitzed.org/${PN}/files/${P}.tar.gz"
32
33 LICENSE="GPL-2"