diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 00:57:10 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:47 +0200 |
commit | 316990c9e8f1f572461b34b0e323e28bf04ff5c5 (patch) | |
tree | c8e21da153d06cd7f46a9f6705a649cdd5d533c3 /sys-cluster/crmsh | |
parent | sys-cluster/ceph: use HTTPS for GitHub, HOMEPAGE and SRC_URI (diff) | |
download | gentoo-316990c9e8f1f572461b34b0e323e28bf04ff5c5.tar.gz gentoo-316990c9e8f1f572461b34b0e323e28bf04ff5c5.tar.bz2 gentoo-316990c9e8f1f572461b34b0e323e28bf04ff5c5.zip |
sys-cluster/crmsh: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-cluster/crmsh')
-rw-r--r-- | sys-cluster/crmsh/crmsh-2.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/crmsh/crmsh-2.1.1.ebuild b/sys-cluster/crmsh/crmsh-2.1.1.ebuild index 8f5a4f76184b..b47b5686681c 100644 --- a/sys-cluster/crmsh/crmsh-2.1.1.ebuild +++ b/sys-cluster/crmsh/crmsh-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ KEYWORDS="" SRC_URI="" if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="git://github.com/crmsh/crmsh" + EGIT_REPO_URI="https://github.com/crmsh/crmsh" inherit git-2 S="${WORKDIR}/${PN}-${MY_TREE}" else @@ -21,7 +21,7 @@ fi inherit autotools-utils python-r1 DESCRIPTION="Pacemaker command line interface for management and configuration" -HOMEPAGE="http://crmsh.github.io/" +HOMEPAGE="https://crmsh.github.io/" LICENSE="GPL-2" SLOT="0" |