diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:37:21 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:50 +0200 |
commit | 37bbeedfc9da875ab8972d54d2328d808a700c10 (patch) | |
tree | 9fa7be0d3364ced8256f771c6614f9b18a6b0950 /net-libs/libmicrohttpd | |
parent | Use https for kernel.org and redhat.com (diff) | |
download | gentoo-37bbeedfc9da875ab8972d54d2328d808a700c10.tar.gz gentoo-37bbeedfc9da875ab8972d54d2328d808a700c10.tar.bz2 gentoo-37bbeedfc9da875ab8972d54d2328d808a700c10.zip |
Use https for most gnu.org URLs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-libs/libmicrohttpd')
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild index 577a8f76987a..f8e88b5f1a89 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.39.ebuild @@ -7,7 +7,7 @@ EAPI="5" MY_P="${P/_/}" DESCRIPTION="A small C library that makes it easy to run an HTTP server as part of another application" -HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/" +HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" IUSE="epoll messages ssl static-libs test" diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild index 0ee9a02a574a..a0dad5376c8f 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.42.ebuild @@ -7,7 +7,7 @@ EAPI="5" MY_P="${P/_/}" DESCRIPTION="A small C library that makes it easy to run an HTTP server as part of another application" -HOMEPAGE="http://www.gnu.org/software/libmicrohttpd/" +HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" |