llvmPackages: change homepages to https:// scheme

also: https://www.cmake.org/Wiki/CMake_RPATH_handling has moved
This commit is contained in:
Gabor Greif
2020-04-05 12:37:24 +02:00
parent f91b34e53e
commit e336bdf80e
42 changed files with 48 additions and 48 deletions
@@ -95,7 +95,7 @@ let
meta = {
description = "A c, c++, objective-c, and objective-c++ frontend for the llvm compiler";
homepage = http://llvm.org/;
homepage = https://llvm.org/;
license = stdenv.lib.licenses.ncsa;
platforms = stdenv.lib.platforms.all;
};