summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/llvm/3.1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/llvm/3.1.nix')
-rw-r--r--pkgs/development/compilers/llvm/3.1.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/llvm/3.1.nix b/pkgs/development/compilers/llvm/3.1.nix
index d0c7e6891138..204c080b871a 100644
--- a/pkgs/development/compilers/llvm/3.1.nix
+++ b/pkgs/development/compilers/llvm/3.1.nix
@@ -20,7 +20,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];
+ maintainers = with stdenv.lib.maintainers; [viric shlevy raskin];
platforms = with stdenv.lib.platforms; all;
};
}