diff --git a/pkgs/development/compilers/llvm/3.1/clang.nix b/pkgs/development/compilers/llvm/3.1/clang.nix index 8e67583c54a6..c152d2215d80 100644 --- a/pkgs/development/compilers/llvm/3.1/clang.nix +++ b/pkgs/development/compilers/llvm/3.1/clang.nix @@ -35,7 +35,7 @@ stdenv.mkDerivation { homepage = http://clang.llvm.org/; description = "A C language family frontend for LLVM"; license = "BSD"; - maintainers = with stdenv.lib.maintainers; [viric shlevy vlstill]; + maintainers = with stdenv.lib.maintainers; [viric vlstill]; platforms = with stdenv.lib.platforms; all; }; } diff --git a/pkgs/development/compilers/llvm/3.1/default.nix b/pkgs/development/compilers/llvm/3.1/default.nix index 81c0dea97c52..60837d58b295 100644 --- a/pkgs/development/compilers/llvm/3.1/default.nix +++ b/pkgs/development/compilers/llvm/3.1/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation { homepage = http://llvm.org/; description = "Collection of modular and reusable compiler and toolchain technologies"; license = "BSD"; - maintainers = with stdenv.lib.maintainers; [viric shlevy raskin vlstill]; + maintainers = with stdenv.lib.maintainers; [viric raskin vlstill]; platforms = with stdenv.lib.platforms; all; }; } diff --git a/pkgs/development/compilers/llvm/3.2/clang.nix b/pkgs/development/compilers/llvm/3.2/clang.nix index c2117798666b..b8e9f946773d 100644 --- a/pkgs/development/compilers/llvm/3.2/clang.nix +++ b/pkgs/development/compilers/llvm/3.2/clang.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation { homepage = http://clang.llvm.org/; description = "A C language family frontend for LLVM"; license = "BSD"; - maintainers = with stdenv.lib.maintainers; [viric shlevy]; + maintainers = with stdenv.lib.maintainers; [viric]; platforms = with stdenv.lib.platforms; all; }; } diff --git a/pkgs/development/compilers/llvm/3.2/default.nix b/pkgs/development/compilers/llvm/3.2/default.nix index e29722f3ca92..c373f1c1a4a2 100644 --- a/pkgs/development/compilers/llvm/3.2/default.nix +++ b/pkgs/development/compilers/llvm/3.2/default.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation { homepage = http://llvm.org/; description = "Collection of modular and reusable compiler and toolchain technologies"; license = "BSD"; - maintainers = with stdenv.lib.maintainers; [viric shlevy raskin vlstill]; + maintainers = with stdenv.lib.maintainers; [viric raskin vlstill]; platforms = with stdenv.lib.platforms; all; }; } diff --git a/pkgs/development/compilers/llvm/3.3/clang.nix b/pkgs/development/compilers/llvm/3.3/clang.nix index 8c178c9ce037..262e0bff2483 100644 --- a/pkgs/development/compilers/llvm/3.3/clang.nix +++ b/pkgs/development/compilers/llvm/3.3/clang.nix @@ -35,7 +35,7 @@ stdenv.mkDerivation { homepage = http://clang.llvm.org/; description = "A C language family frontend for LLVM"; license = "BSD"; - maintainers = with stdenv.lib.maintainers; [viric shlevy]; + maintainers = with stdenv.lib.maintainers; [viric]; platforms = with stdenv.lib.platforms; all; }; }