From 3a2c5359842761e3fb294d5b2a0608565bd23b9c Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 30 Jul 2017 01:39:27 +1000 Subject: dev-util/osc: use HTTPS for GitHub and HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- dev-util/osc/osc-0.152.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-util/osc/osc-0.152.0.ebuild') diff --git a/dev-util/osc/osc-0.152.0.ebuild b/dev-util/osc/osc-0.152.0.ebuild index 8213e108fbdd..0a9fe2d65388 100644 --- a/dev-util/osc/osc-0.152.0.ebuild +++ b/dev-util/osc/osc-0.152.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -EGIT_REPO_URI="git://github.com/openSUSE/osc.git" +EGIT_REPO_URI="https://github.com/openSUSE/${PN}.git" PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="xml" @@ -20,7 +20,7 @@ inherit distutils-r1 ${EXTRA_ECLASS} unset EXTRA_ECLASS DESCRIPTION="Command line tool for Open Build Service" -HOMEPAGE="http://en.opensuse.org/openSUSE:OSC" +HOMEPAGE="https://en.opensuse.org/openSUSE:OSC" [[ "${PV}" == "9999" ]] || SRC_URI="${OBS_URI}/${P}.tar.gz" -- cgit v1.2.3-65-gdbad