3
0
Fork 0
forked from mirrors/nixpkgs

Given that I have a vested interest in working LLVM now - add myself as maintainer

svn path=/nixpkgs/trunk/; revision=34302
This commit is contained in:
Michael Raskin 2012-05-31 11:26:16 +00:00
parent 2de23edd59
commit f6b2f17bc3

View file

@ -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;
};
}