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
@@ -47,7 +47,7 @@ stdenv.mkDerivation {
];
meta = {
homepage = http://libcxx.llvm.org/;
homepage = https://libcxx.llvm.org/;
description = "A new implementation of the C++ standard library, targeting C++11";
license = with stdenv.lib.licenses; [ ncsa mit ];
platforms = stdenv.lib.platforms.all;