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 /xfce-extra/multiload-nandhp | |
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 'xfce-extra/multiload-nandhp')
-rw-r--r-- | xfce-extra/multiload-nandhp/multiload-nandhp-0.2.ebuild | 4 | ||||
-rw-r--r-- | xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/xfce-extra/multiload-nandhp/multiload-nandhp-0.2.ebuild b/xfce-extra/multiload-nandhp/multiload-nandhp-0.2.ebuild index 98e2a8e7b4a5..aa6699695452 100644 --- a/xfce-extra/multiload-nandhp/multiload-nandhp-0.2.ebuild +++ b/xfce-extra/multiload-nandhp/multiload-nandhp-0.2.ebuild @@ -8,8 +8,8 @@ inherit autotools eutils MY_PV=version-${PV/./-} DESCRIPTION="A port of the GNOME multiload applet for the Xfce and LXDE panels" -HOMEPAGE="http://github.com/nandhp/multiload-nandhp" -SRC_URI="http://github.com/nandhp/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/nandhp/multiload-nandhp" +SRC_URI="https://github.com/nandhp/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild index ee1a57217a98..d8ea4243785b 100644 --- a/xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild +++ b/xfce-extra/multiload-nandhp/multiload-nandhp-0.3.ebuild @@ -8,8 +8,8 @@ inherit autotools eutils MY_PV=version-${PV/./-} DESCRIPTION="A port of the GNOME multiload applet for the Xfce panel" -HOMEPAGE="http://github.com/nandhp/multiload-nandhp" -SRC_URI="http://github.com/nandhp/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/nandhp/multiload-nandhp" +SRC_URI="https://github.com/nandhp/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |