summary refs log tree commit diff
path: root/pkgs/development/libraries/libunwind
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2018-12-01 18:32:32 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2018-12-02 15:21:04 +0100
commita04a512f343ccdb50068f61954f50ae9ad701460 (patch)
tree4e5678d520725a175d8b943a955354b6976684cd /pkgs/development/libraries/libunwind
parent947be9e99238b959361e0bd49648a8d386408e9d (diff)
downloadnixpkgs-a04a512f343ccdb50068f61954f50ae9ad701460.tar
nixpkgs-a04a512f343ccdb50068f61954f50ae9ad701460.tar.gz
nixpkgs-a04a512f343ccdb50068f61954f50ae9ad701460.tar.bz2
nixpkgs-a04a512f343ccdb50068f61954f50ae9ad701460.tar.lz
nixpkgs-a04a512f343ccdb50068f61954f50ae9ad701460.tar.xz
nixpkgs-a04a512f343ccdb50068f61954f50ae9ad701460.tar.zst
nixpkgs-a04a512f343ccdb50068f61954f50ae9ad701460.zip
Treewide: use HTTPS on NonGNU domains
Diffstat (limited to 'pkgs/development/libraries/libunwind')
-rw-r--r--pkgs/development/libraries/libunwind/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libunwind/default.nix b/pkgs/development/libraries/libunwind/default.nix
index 6a32ccf5c1b..2453484cb9c 100644
--- a/pkgs/development/libraries/libunwind/default.nix
+++ b/pkgs/development/libraries/libunwind/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
   doCheck = false; # fails
 
   meta = with stdenv.lib; {
-    homepage = http://www.nongnu.org/libunwind;
+    homepage = https://www.nongnu.org/libunwind;
     description = "A portable and efficient API to determine the call-chain of a program";
     maintainers = with maintainers; [ orivej ];
     platforms = platforms.linux;