diff options
Diffstat (limited to 'dev-util/ninja/ninja-1.5.1.ebuild')
-rw-r--r-- | dev-util/ninja/ninja-1.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ninja/ninja-1.5.1.ebuild b/dev-util/ninja/ninja-1.5.1.ebuild index 008fa7a01fa4..e68cf6312950 100644 --- a/dev-util/ninja/ninja-1.5.1.ebuild +++ b/dev-util/ninja/ninja-1.5.1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 ) inherit bash-completion-r1 elisp-common python-any-r1 toolchain-funcs if [ "${PV}" = "999999" ]; then - EGIT_REPO_URI="git://github.com/martine/ninja.git http://github.com/martine/ninja.git" + EGIT_REPO_URI="git://github.com/martine/ninja.git https://github.com/martine/ninja.git" inherit git-2 KEYWORDS="" else @@ -18,7 +18,7 @@ else fi DESCRIPTION="A small build system similar to make" -HOMEPAGE="http://github.com/martine/ninja" +HOMEPAGE="https://github.com/martine/ninja" LICENSE="Apache-2.0" SLOT="0" |