diff options
Diffstat (limited to 'dev-util/rebar/rebar-2.3.1.ebuild')
-rw-r--r-- | dev-util/rebar/rebar-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/rebar/rebar-2.3.1.ebuild b/dev-util/rebar/rebar-2.3.1.ebuild index 1ce327273e86..2269100b672c 100644 --- a/dev-util/rebar/rebar-2.3.1.ebuild +++ b/dev-util/rebar/rebar-2.3.1.ebuild @@ -7,8 +7,8 @@ EAPI=4 inherit bash-completion-r1 DESCRIPTION="A sophisticated build-tool for Erlang projects that follows OTP principles" -HOMEPAGE="http://github.com/rebar/rebar" -SRC_URI="http://github.com/rebar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/rebar/rebar" +SRC_URI="https://github.com/rebar/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |