about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/10/lldb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/llvm/10/lldb.nix')
-rw-r--r--pkgs/development/compilers/llvm/10/lldb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/llvm/10/lldb.nix b/pkgs/development/compilers/llvm/10/lldb.nix
index 46c991de817a..6f83f5a23422 100644
--- a/pkgs/development/compilers/llvm/10/lldb.nix
+++ b/pkgs/development/compilers/llvm/10/lldb.nix
@@ -71,7 +71,7 @@ stdenv.mkDerivation (rec {
 
   meta = with stdenv.lib; {
     description = "A next-generation high-performance debugger";
-    homepage = http://lldb.llvm.org;
+    homepage = https://lldb.llvm.org;
     license = licenses.ncsa;
     platforms = platforms.all;
   };