From f6b2f17bc3c397703ba55ad8572b3fd312b26a02 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Thu, 31 May 2012 11:26:16 +0000 Subject: [PATCH] Given that I have a vested interest in working LLVM now - add myself as maintainer svn path=/nixpkgs/trunk/; revision=34302 --- pkgs/development/compilers/llvm/3.1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/llvm/3.1.nix b/pkgs/development/compilers/llvm/3.1.nix index d0c7e689113..204c080b871 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; }; }