···6464 homepage = http://www.qemu.org/;
6565 description = "A generic and open source machine emulator and virtualizer";
6666 license = licenses.gpl2Plus;
6767- maintainers = with maintainers; [ viric shlevy eelco ];
6767+ maintainers = with maintainers; [ viric eelco ];
6868 platforms = platforms.linux;
6969 };
7070}
+1-1
pkgs/build-support/build-maven.nix
···11{ stdenv, maven, runCommand, writeText, fetchurl, lib }:
22/* Takes an info file generated by mvn2nix
33- * (https://github.com/shlevy/mvn2nix-maven-plugin) and builds the maven
33+ * (https://github.com/NixOS/mvn2nix-maven-plugin) and builds the maven
44 * project with it.
55 *
66 * repo: A local maven repository with the project's dependencies.
···510510 compiler used in the GNU system including the GNU/Linux variant.
511511 '';
512512513513- maintainers = with stdenv.lib.maintainers; [ viric shlevy simons ];
513513+ maintainers = with stdenv.lib.maintainers; [ viric simons ];
514514515515 # gnatboot is not available out of linux platforms, so we disable the darwin build
516516 # for the gnat (ada compiler).
+1-1
pkgs/development/compilers/gcc/4.9/default.nix
···509509 compiler used in the GNU system including the GNU/Linux variant.
510510 '';
511511512512- maintainers = with stdenv.lib.maintainers; [ viric shlevy simons ];
512512+ maintainers = with stdenv.lib.maintainers; [ viric simons ];
513513514514 # gnatboot is not available out of linux platforms, so we disable the darwin build
515515 # for the gnat (ada compiler).
+1-1
pkgs/development/compilers/gcc/5/default.nix
···507507 compiler used in the GNU system including the GNU/Linux variant.
508508 '';
509509510510- maintainers = with stdenv.lib.maintainers; [ viric shlevy simons ];
510510+ maintainers = with stdenv.lib.maintainers; [ viric simons ];
511511512512 # gnatboot is not available out of linux platforms, so we disable the darwin build
513513 # for the gnat (ada compiler).
-1
pkgs/development/compilers/llvm/3.4/clang.nix
···4848 description = "A c, c++, objective-c, and objective-c++ frontend for the llvm compiler";
4949 homepage = http://llvm.org/;
5050 license = stdenv.lib.licenses.bsd3;
5151- maintainers = [ stdenv.lib.maintainers.shlevy ];
5251 platforms = stdenv.lib.platforms.all;
5352 };
5453}
+1-1
pkgs/development/compilers/llvm/3.4/dragonegg.nix
···2828 homepage = http://dragonegg.llvm.org/;
2929 description = "gcc plugin that replaces gcc's optimizers and code generators by those in LLVM";
3030 license = stdenv.lib.licenses.gpl2Plus;
3131- maintainers = with stdenv.lib.maintainers; [viric shlevy];
3131+ maintainers = with stdenv.lib.maintainers; [viric];
3232 platforms = with stdenv.lib.platforms; linux;
3333 broken = true;
3434 };
-1
pkgs/development/compilers/llvm/3.4/lld.nix
···2525 description = "A set of modular code for creating linker tools";
2626 homepage = http://llvm.org/;
2727 license = stdenv.lib.licenses.bsd3;
2828- maintainers = [ stdenv.lib.maintainers.shlevy ];
2928 platforms = stdenv.lib.platforms.all;
3029 };
3130}
···5353 homepage = http://libcxxabi.llvm.org/;
5454 description = "A new implementation of low level support for a standard C++ library";
5555 license = "BSD";
5656- maintainers = with stdenv.lib.maintainers; [ shlevy vlstill ];
5656+ maintainers = with stdenv.lib.maintainers; [ vlstill ];
5757 platforms = stdenv.lib.platforms.unix;
5858 };
5959}
-1
pkgs/development/compilers/llvm/3.5/lld.nix
···2525 description = "A set of modular code for creating linker tools";
2626 homepage = http://llvm.org/;
2727 license = stdenv.lib.licenses.bsd3;
2828- maintainers = [ stdenv.lib.maintainers.shlevy ];
2928 platforms = stdenv.lib.platforms.all;
3029 };
3130}
···3535 homepage = http://libcxx.llvm.org/;
3636 description = "A new implementation of the C++ standard library, targeting C++11";
3737 license = "BSD";
3838- maintainers = [ stdenv.lib.maintainers.shlevy ];
3938 platforms = stdenv.lib.platforms.unix;
4039 };
4140}
+1-1
pkgs/development/compilers/llvm/3.6/libc++abi.nix
···4141 homepage = http://libcxxabi.llvm.org/;
4242 description = "A new implementation of low level support for a standard C++ library";
4343 license = "BSD";
4444- maintainers = with stdenv.lib.maintainers; [ shlevy vlstill ];
4444+ maintainers = with stdenv.lib.maintainers; [ vlstill ];
4545 platforms = stdenv.lib.platforms.unix;
4646 };
4747}