summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/c-ares
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-08-17 15:00:50 -0700
committerMatthew Bauer <mjbauer95@gmail.com>2017-08-17 15:04:40 -0700
commitc210fc44582dbfaad42ac9f554430ccc2438488d (patch)
treed8f9a5ff8717d5a3909a48c931eccdbd66c7e852 /pkgs/development/libraries/c-ares
parent1a9a06e8e76c852503bae5d1b5044bbd830b549c (diff)
c-ares: use https for homepage
Diffstat (limited to 'pkgs/development/libraries/c-ares')
-rw-r--r--pkgs/development/libraries/c-ares/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/c-ares/default.nix b/pkgs/development/libraries/c-ares/default.nix
index 025e11e0755b..14ff7a5f16c3 100644
--- a/pkgs/development/libraries/c-ares/default.nix
+++ b/pkgs/development/libraries/c-ares/default.nix
@@ -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;
};