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-im/skypetab-ng | |
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-im/skypetab-ng')
-rw-r--r-- | net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild | 4 | ||||
-rw-r--r-- | net-im/skypetab-ng/skypetab-ng-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild b/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild index e565ad2aea60..5e2a1f9155fa 100644 --- a/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild +++ b/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild @@ -16,11 +16,11 @@ inherit qt4-r2 multilib ${UNPACKER_ECLASS} if [[ -z ${LIVE_EBUILD} ]]; then KEYWORDS="-* ~x86 ~amd64" - SRC_URI="http://github.com/kekekeks/${PN}/tarball/v${PV} -> ${P}.tar.gz" + SRC_URI="https://github.com/kekekeks/${PN}/tarball/v${PV} -> ${P}.tar.gz" fi DESCRIPTION="An LD_PRELOAD wrapper that adds tabs to Skype for Linux" -HOMEPAGE="http://github.com/kekekeks/skypetab-ng" +HOMEPAGE="https://github.com/kekekeks/skypetab-ng" LICENSE="LGPL-3" SLOT="0" IUSE="" diff --git a/net-im/skypetab-ng/skypetab-ng-9999.ebuild b/net-im/skypetab-ng/skypetab-ng-9999.ebuild index e565ad2aea60..5e2a1f9155fa 100644 --- a/net-im/skypetab-ng/skypetab-ng-9999.ebuild +++ b/net-im/skypetab-ng/skypetab-ng-9999.ebuild @@ -16,11 +16,11 @@ inherit qt4-r2 multilib ${UNPACKER_ECLASS} if [[ -z ${LIVE_EBUILD} ]]; then KEYWORDS="-* ~x86 ~amd64" - SRC_URI="http://github.com/kekekeks/${PN}/tarball/v${PV} -> ${P}.tar.gz" + SRC_URI="https://github.com/kekekeks/${PN}/tarball/v${PV} -> ${P}.tar.gz" fi DESCRIPTION="An LD_PRELOAD wrapper that adds tabs to Skype for Linux" -HOMEPAGE="http://github.com/kekekeks/skypetab-ng" +HOMEPAGE="https://github.com/kekekeks/skypetab-ng" LICENSE="LGPL-3" SLOT="0" IUSE="" |