diff options
author | 2017-07-29 11:05:08 +1000 | |
---|---|---|
committer | 2017-07-30 10:46:35 +0200 | |
commit | 9caca4140b2e9fe97b8916c2934d93a297202c05 (patch) | |
tree | 6d468809e3ca5891ec850319e6748525a323a519 /app-misc/mc/mc-9999.ebuild | |
parent | app-misc/cwiid: use HTTPS for GitHub (diff) | |
download | gentoo-9caca4140b2e9fe97b8916c2934d93a297202c05.tar.gz gentoo-9caca4140b2e9fe97b8916c2934d93a297202c05.tar.bz2 gentoo-9caca4140b2e9fe97b8916c2934d93a297202c05.zip |
app-misc/mc: use HTTPS for GitHub and HOMEPAGE domain
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-misc/mc/mc-9999.ebuild')
-rw-r--r-- | app-misc/mc/mc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/mc/mc-9999.ebuild b/app-misc/mc/mc-9999.ebuild index 0960433d8f1b..1f19e217d3ac 100644 --- a/app-misc/mc/mc-9999.ebuild +++ b/app-misc/mc/mc-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="git://github.com/MidnightCommander/mc.git https://github.com/MidnightCommander/mc.git git://repo.or.cz/midnight-commander.git" + EGIT_REPO_URI="https://github.com/MidnightCommander/mc.git git://repo.or.cz/midnight-commander.git" LIVE_ECLASSES="git-r3 autotools" LIVE_EBUILD=yes fi @@ -19,7 +19,7 @@ if [[ -z ${LIVE_EBUILD} ]]; then fi DESCRIPTION="GNU Midnight Commander is a text based file manager" -HOMEPAGE="http://www.midnight-commander.org" +HOMEPAGE="https://www.midnight-commander.org" LICENSE="GPL-3" SLOT="0" |