summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/llvm/5/libc++abi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/llvm/5/libc++abi.nix')
-rw-r--r--pkgs/development/compilers/llvm/5/libc++abi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/llvm/5/libc++abi.nix b/pkgs/development/compilers/llvm/5/libc++abi.nix
index 1b891af09ed1..e3ffc473c34d 100644
--- a/pkgs/development/compilers/llvm/5/libc++abi.nix
+++ b/pkgs/development/compilers/llvm/5/libc++abi.nix
@@ -42,7 +42,7 @@ stdenv.mkDerivation {
'';
meta = {
- homepage = http://libcxxabi.llvm.org/;
+ homepage = "http://libcxxabi.llvm.org/";
description = "A new implementation of low level support for a standard C++ library";
license = with stdenv.lib.licenses; [ ncsa mit ];
maintainers = with stdenv.lib.maintainers; [ vlstill ];