diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 10:57:30 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:46:25 +0200 |
commit | 826e094a54bc36525815fd9f29445cfe916d02df (patch) | |
tree | 2c657510dc0f8eaa2b37ee5ba45d5c26fd844174 /app-leechcraft | |
parent | app-leechcraft/laretz: use HTTPS for GitHub and HOMEPAGE domain (diff) | |
download | gentoo-826e094a54bc36525815fd9f29445cfe916d02df.tar.gz gentoo-826e094a54bc36525815fd9f29445cfe916d02df.tar.bz2 gentoo-826e094a54bc36525815fd9f29445cfe916d02df.zip |
app-leechcraft/lc-core: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-leechcraft')
-rw-r--r-- | app-leechcraft/lc-core/lc-core-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-leechcraft/lc-core/lc-core-9999.ebuild b/app-leechcraft/lc-core/lc-core-9999.ebuild index 479958973e63..ed2c60da4766 100644 --- a/app-leechcraft/lc-core/lc-core-9999.ebuild +++ b/app-leechcraft/lc-core/lc-core-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git" +EGIT_REPO_URI="https://github.com/0xd34df00d/leechcraft.git" inherit leechcraft |