set maintainers

pull/16/head
Sebastien Bourdeauducq 2019-04-12 19:05:24 +08:00
parent e47e952a07
commit 68bddf00fb
7 changed files with 8 additions and 8 deletions

View File

@ -24,6 +24,6 @@ in
description = "A leading-edge control system for quantum information experiments";
homepage = https://m-labs/artiq;
license = licenses.lgpl3;
#maintainers = [ maintainers.sb0 ];
maintainers = [ maintainers.sb0 ];
};
}

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/;
license = stdenv.lib.licenses.bsd3;
#maintainers = with stdenv.lib.maintainers; [ sb0 ];
maintainers = with stdenv.lib.maintainers; [ sb0 ];
platforms = stdenv.lib.platforms.all;
};
}

View File

@ -15,7 +15,7 @@ python3Packages.buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A lightweight LLVM python binding for writing JIT compilers";
homepage = "http://llvmlite.pydata.org/";
#maintainers = with maintainers; [ sb0 ];
maintainers = with maintainers; [ sb0 ];
license = licenses.bsd2;
platforms = platforms.unix;
};

View File

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://openocd.sourceforge.net/;
license = licenses.gpl2Plus;
#maintainers = with maintainers; [ sb0 ];
maintainers = with maintainers; [ sb0 ];
platforms = platforms.linux;
};
}

View File

@ -29,7 +29,7 @@ rec {
meta = with stdenv.lib; {
homepage = http://www.rust-lang.org/;
description = "A safe, concurrent, practical language";
#maintainers = with maintainers; [ sb0 ];
maintainers = with maintainers; [ sb0 ];
license = [ licenses.mit licenses.asl20 ];
};
@ -83,7 +83,7 @@ rec {
meta = with stdenv.lib; {
homepage = http://www.rust-lang.org/;
description = "A safe, concurrent, practical language";
#maintainers = with maintainers; [ sb0 ];
maintainers = with maintainers; [ sb0 ];
license = [ licenses.mit licenses.asl20 ];
};

View File

@ -50,7 +50,7 @@ in rec {
meta = with stdenv.lib; {
homepage = https://www.rust-lang.org/;
description = "A safe, concurrent, practical language";
#maintainers = with maintainers; [ sb0 ];
maintainers = with maintainers; [ sb0 ];
license = [ licenses.mit licenses.asl20 ];
platforms = platforms.linux ++ platforms.darwin;
};

View File

@ -191,7 +191,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = https://www.rust-lang.org/;
description = "A safe, concurrent, practical language";
#maintainers = with maintainers; [ sb0 ];
maintainers = with maintainers; [ sb0 ];
license = [ licenses.mit licenses.asl20 ];
platforms = platforms.linux ++ platforms.darwin;
broken = broken;