summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2012-05-31 11:26:16 +0000
committerMichael Raskin <7c6f434c@mail.ru>2012-05-31 11:26:16 +0000
commitf6b2f17bc3c397703ba55ad8572b3fd312b26a02 (patch)
tree66e347e792acac347e86a337e4d96daee5fdbcce /pkgs/development
parent2de23edd59572ae8f10b11d7d3c516ac3eae7944 (diff)
downloadnixlib-f6b2f17bc3c397703ba55ad8572b3fd312b26a02.tar
nixlib-f6b2f17bc3c397703ba55ad8572b3fd312b26a02.tar.gz
nixlib-f6b2f17bc3c397703ba55ad8572b3fd312b26a02.tar.bz2
nixlib-f6b2f17bc3c397703ba55ad8572b3fd312b26a02.tar.lz
nixlib-f6b2f17bc3c397703ba55ad8572b3fd312b26a02.tar.xz
nixlib-f6b2f17bc3c397703ba55ad8572b3fd312b26a02.tar.zst
nixlib-f6b2f17bc3c397703ba55ad8572b3fd312b26a02.zip
Given that I have a vested interest in working LLVM now - add myself as maintainer
svn path=/nixpkgs/trunk/; revision=34302
Diffstat (limited to 'pkgs/development')
-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;
   };
 }