diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 10:52:43 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:46:17 +0200 |
commit | cce8b504c2eec824565a505af111e0aac5446d52 (patch) | |
tree | 9d2b7240b8c0bcf318bcb2eea8bac666af2363bf /app-laptop | |
parent | app-i18n/kde-l10n-scripts: use HTTPS for GitHub (diff) | |
download | gentoo-cce8b504c2eec824565a505af111e0aac5446d52.tar.gz gentoo-cce8b504c2eec824565a505af111e0aac5446d52.tar.bz2 gentoo-cce8b504c2eec824565a505af111e0aac5446d52.zip |
app-laptop/mbpfan: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/mbpfan/mbpfan-2.0.0.ebuild | 2 | ||||
-rw-r--r-- | app-laptop/mbpfan/mbpfan-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-laptop/mbpfan/mbpfan-2.0.0.ebuild b/app-laptop/mbpfan/mbpfan-2.0.0.ebuild index 7cb1c54849c4..fb1fc7c3f9dc 100644 --- a/app-laptop/mbpfan/mbpfan-2.0.0.ebuild +++ b/app-laptop/mbpfan/mbpfan-2.0.0.ebuild @@ -13,7 +13,7 @@ RESTRICT="test" # will fail if the hardware is unavailable, not useful if [[ "${PV}" = 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/dgraziotin/${PN}.git" + EGIT_REPO_URI="https://github.com/dgraziotin/${PN}.git" KEYWORDS="" else SRC_URI="https://github.com/dgraziotin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/app-laptop/mbpfan/mbpfan-9999.ebuild b/app-laptop/mbpfan/mbpfan-9999.ebuild index 7cb1c54849c4..fb1fc7c3f9dc 100644 --- a/app-laptop/mbpfan/mbpfan-9999.ebuild +++ b/app-laptop/mbpfan/mbpfan-9999.ebuild @@ -13,7 +13,7 @@ RESTRICT="test" # will fail if the hardware is unavailable, not useful if [[ "${PV}" = 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/dgraziotin/${PN}.git" + EGIT_REPO_URI="https://github.com/dgraziotin/${PN}.git" KEYWORDS="" else SRC_URI="https://github.com/dgraziotin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |