From 68bddf00fb53abd82638b66b3c619113867d13de Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 12 Apr 2019 19:05:24 +0800 Subject: [PATCH] set maintainers --- artiq/pkgs/artiq.nix | 2 +- artiq/pkgs/llvm-or1k.nix | 2 +- artiq/pkgs/llvmlite-artiq.nix | 2 +- artiq/pkgs/openocd.nix | 2 +- artiq/pkgs/rust/binaryBuild.nix | 4 ++-- artiq/pkgs/rust/default.nix | 2 +- artiq/pkgs/rust/rustc.nix | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/artiq/pkgs/artiq.nix b/artiq/pkgs/artiq.nix index 26cc600..b7465a8 100644 --- a/artiq/pkgs/artiq.nix +++ b/artiq/pkgs/artiq.nix @@ -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 ]; }; } diff --git a/artiq/pkgs/llvm-or1k.nix b/artiq/pkgs/llvm-or1k.nix index 8b41124..744a384 100644 --- a/artiq/pkgs/llvm-or1k.nix +++ b/artiq/pkgs/llvm-or1k.nix @@ -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; }; } diff --git a/artiq/pkgs/llvmlite-artiq.nix b/artiq/pkgs/llvmlite-artiq.nix index 536bd2e..0a26893 100644 --- a/artiq/pkgs/llvmlite-artiq.nix +++ b/artiq/pkgs/llvmlite-artiq.nix @@ -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; }; diff --git a/artiq/pkgs/openocd.nix b/artiq/pkgs/openocd.nix index df6588a..852b6ef 100644 --- a/artiq/pkgs/openocd.nix +++ b/artiq/pkgs/openocd.nix @@ -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; }; } diff --git a/artiq/pkgs/rust/binaryBuild.nix b/artiq/pkgs/rust/binaryBuild.nix index 872c4bd..a40383d 100644 --- a/artiq/pkgs/rust/binaryBuild.nix +++ b/artiq/pkgs/rust/binaryBuild.nix @@ -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 ]; }; diff --git a/artiq/pkgs/rust/default.nix b/artiq/pkgs/rust/default.nix index 3971c6f..1f31583 100644 --- a/artiq/pkgs/rust/default.nix +++ b/artiq/pkgs/rust/default.nix @@ -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; }; diff --git a/artiq/pkgs/rust/rustc.nix b/artiq/pkgs/rust/rustc.nix index 34ca3ac..3c0caf2 100644 --- a/artiq/pkgs/rust/rustc.nix +++ b/artiq/pkgs/rust/rustc.nix @@ -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;