diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 09:18:11 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:35:54 +0200 |
commit | fddfe6a9b26d5149bcae05312ffea14316f7705e (patch) | |
tree | fce426f3cee6034d7d436b562349a6b6cba5c194 /net-misc/bopm | |
parent | sci-astronomy/pal: use HTTPS for GitHub (diff) | |
download | gentoo-fddfe6a9b26d5149bcae05312ffea14316f7705e.tar.gz gentoo-fddfe6a9b26d5149bcae05312ffea14316f7705e.tar.bz2 gentoo-fddfe6a9b26d5149bcae05312ffea14316f7705e.zip |
net-misc/bopm: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-misc/bopm')
-rw-r--r-- | net-misc/bopm/bopm-3.1.3-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/bopm/bopm-3.1.3-r3.ebuild b/net-misc/bopm/bopm-3.1.3-r3.ebuild index b1db434a9a1e..5e306a502712 100644 --- a/net-misc/bopm/bopm-3.1.3-r3.ebuild +++ b/net-misc/bopm/bopm-3.1.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools user DESCRIPTION="Blitzed Open Proxy Monitor" -HOMEPAGE="http://github.com/blitzed-org/bopm" +HOMEPAGE="https://github.com/blitzed-org/bopm" SRC_URI="http://static.blitzed.org/www.blitzed.org/${PN}/files/${P}.tar.gz" LICENSE="GPL-2" |