diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /net-analyzer/icinga2 | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.3.5.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.3.6.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.3.7.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.3.8.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/icinga2/icinga2-9999.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.3.5.ebuild b/net-analyzer/icinga2/icinga2-2.3.5.ebuild index 063f476a6c0f..bffb07cf447d 100644 --- a/net-analyzer/icinga2/icinga2-2.3.5.ebuild +++ b/net-analyzer/icinga2/icinga2-2.3.5.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils depend.apache eutils systemd toolchain-funcs user versionato DESCRIPTION="Distributed, general purpose, network monitoring engine" HOMEPAGE="http://icinga.org/icinga2" -SRC_URI="http://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/icinga2/icinga2-2.3.6.ebuild b/net-analyzer/icinga2/icinga2-2.3.6.ebuild index b5022fcbfbd5..c996c274e996 100644 --- a/net-analyzer/icinga2/icinga2-2.3.6.ebuild +++ b/net-analyzer/icinga2/icinga2-2.3.6.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils depend.apache eutils systemd toolchain-funcs user versionato DESCRIPTION="Distributed, general purpose, network monitoring engine" HOMEPAGE="http://icinga.org/icinga2" -SRC_URI="http://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/icinga2/icinga2-2.3.7.ebuild b/net-analyzer/icinga2/icinga2-2.3.7.ebuild index b5022fcbfbd5..c996c274e996 100644 --- a/net-analyzer/icinga2/icinga2-2.3.7.ebuild +++ b/net-analyzer/icinga2/icinga2-2.3.7.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils depend.apache eutils systemd toolchain-funcs user versionato DESCRIPTION="Distributed, general purpose, network monitoring engine" HOMEPAGE="http://icinga.org/icinga2" -SRC_URI="http://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/icinga2/icinga2-2.3.8.ebuild b/net-analyzer/icinga2/icinga2-2.3.8.ebuild index b5022fcbfbd5..c996c274e996 100644 --- a/net-analyzer/icinga2/icinga2-2.3.8.ebuild +++ b/net-analyzer/icinga2/icinga2-2.3.8.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils depend.apache eutils systemd toolchain-funcs user versionato DESCRIPTION="Distributed, general purpose, network monitoring engine" HOMEPAGE="http://icinga.org/icinga2" -SRC_URI="http://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild index 67a6d4cc8a81..3e3a1625a33a 100644 --- a/net-analyzer/icinga2/icinga2-9999.ebuild +++ b/net-analyzer/icinga2/icinga2-9999.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils depend.apache eutils git-2 systemd toolchain-funcs user vers DESCRIPTION="Distributed, general purpose, network monitoring engine" HOMEPAGE="http://icinga.org/icinga2" -EGIT_REPO_URI="http://github.com/Icinga/icinga2.git" +EGIT_REPO_URI="https://github.com/Icinga/icinga2.git" EGIT_BRANCH="master" LICENSE="GPL-2" |