diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 01:15:23 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:51 +0200 |
commit | 0b08d54e81734e1654fbac223700d651a7383bcb (patch) | |
tree | 13c1004a4ad66697cd1a7d8cfcf16868ba79cc39 /x11-misc/bumblebee/bumblebee-9999.ebuild | |
parent | x11-misc/primus: use HTTPS for GitHub (diff) | |
download | gentoo-0b08d54e81734e1654fbac223700d651a7383bcb.tar.gz gentoo-0b08d54e81734e1654fbac223700d651a7383bcb.tar.bz2 gentoo-0b08d54e81734e1654fbac223700d651a7383bcb.zip |
x11-misc/bumblebee: use HTTPS for GitHub, HOMEPAGE and SRC_URI
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-misc/bumblebee/bumblebee-9999.ebuild')
-rw-r--r-- | x11-misc/bumblebee/bumblebee-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/bumblebee/bumblebee-9999.ebuild b/x11-misc/bumblebee/bumblebee-9999.ebuild index 38982456a421..65477c88d732 100644 --- a/x11-misc/bumblebee/bumblebee-9999.ebuild +++ b/x11-misc/bumblebee/bumblebee-9999.ebuild @@ -7,7 +7,7 @@ inherit autotools multilib readme.gentoo-r1 systemd user if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/Bumblebee-Project/Bumblebee.git" + EGIT_REPO_URI="https://github.com/Bumblebee-Project/Bumblebee.git" EGIT_BRANCH="develop" KEYWORDS="" else @@ -19,7 +19,7 @@ else fi DESCRIPTION="Service providing elegant and stable means of managing Optimus graphics chipsets" -HOMEPAGE="http://bumblebee-project.org https://github.com/Bumblebee-Project/Bumblebee" +HOMEPAGE="https://bumblebee-project.org https://github.com/Bumblebee-Project/Bumblebee" SLOT="0" LICENSE="GPL-3" |