diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 04:03:40 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:44:51 +0200 |
commit | 0457e3070d207aeee6b41c4daa77b157bed4e177 (patch) | |
tree | dee751830b5a68021ad87d960ee71ba0217c896c /net-irc/limnoria/limnoria-99999999.ebuild | |
parent | net-im/psi: use HTTPS for GitHub (diff) | |
download | gentoo-0457e3070d207aeee6b41c4daa77b157bed4e177.tar.gz gentoo-0457e3070d207aeee6b41c4daa77b157bed4e177.tar.bz2 gentoo-0457e3070d207aeee6b41c4daa77b157bed4e177.zip |
net-irc/limnoria: use HTTPS for GitHub and HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'net-irc/limnoria/limnoria-99999999.ebuild')
-rw-r--r-- | net-irc/limnoria/limnoria-99999999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/limnoria/limnoria-99999999.ebuild b/net-irc/limnoria/limnoria-99999999.ebuild index 673b2e821b09..0280102ac95c 100644 --- a/net-irc/limnoria/limnoria-99999999.ebuild +++ b/net-irc/limnoria/limnoria-99999999.ebuild @@ -11,7 +11,7 @@ MY_PN="Limnoria" MY_P="${MY_PN}-${MY_PV}" if [[ ${PV} == "99999999" ]]; then - EGIT_REPO_URI="git://github.com/ProgVal/Limnoria.git" + EGIT_REPO_URI="https://github.com/ProgVal/${MY_PN}.git" EGIT_BRANCH="testing" inherit git-r3 SRC_URI="" @@ -22,7 +22,7 @@ else fi DESCRIPTION="Python based extensible IRC infobot and channel bot" -HOMEPAGE="http://supybot.aperio.fr/" +HOMEPAGE="https://supybot.aperio.fr/" LICENSE="BSD" SLOT="0" IUSE="crypt ssl test" |