tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
c-ares: use https for homepage
Matthew Bauer
8 years ago
c210fc44
1a9a06e8
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
c-ares
default.nix
+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
13
-
homepage = http://c-ares.haxx.se;
13
13
+
homepage = https://c-ares.haxx.se;
14
14
license = licenses.mit;
15
15
platforms = platforms.all;
16
16
};