c-ares: use https for homepage

This commit is contained in:
Matthew Bauer 2017-08-17 15:00:50 -07:00
parent 1a9a06e8e7
commit c210fc4458

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A C library for asynchronous DNS requests";
homepage = http://c-ares.haxx.se;
homepage = https://c-ares.haxx.se;
license = licenses.mit;
platforms = platforms.all;
};