lol

c-ares: use https for homepage

+1 -1
+1 -1
pkgs/development/libraries/c-ares/default.nix
··· 10 10 11 11 meta = with stdenv.lib; { 12 12 description = "A C library for asynchronous DNS requests"; 13 - homepage = http://c-ares.haxx.se; 13 + homepage = https://c-ares.haxx.se; 14 14 license = licenses.mit; 15 15 platforms = platforms.all; 16 16 };