From 58c76844d7af3736190e0a05c127acdaefe44181 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Wed, 4 Nov 2020 13:15:52 +0100 Subject: [PATCH] llvm_11: Add myself as maintainer Because I maintain Chromium which always requires the most recent LLVM release (would be good to get notified on any PRs/issues, especially since I seem to end up merging most of the PRs anyway). See #100725. --- pkgs/development/compilers/llvm/11/llvm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/llvm/11/llvm.nix b/pkgs/development/compilers/llvm/11/llvm.nix index 3f37cac078f..c2b70a149bf 100644 --- a/pkgs/development/compilers/llvm/11/llvm.nix +++ b/pkgs/development/compilers/llvm/11/llvm.nix @@ -163,7 +163,7 @@ in stdenv.mkDerivation (rec { description = "Collection of modular and reusable compiler and toolchain technologies"; homepage = "https://llvm.org/"; license = stdenv.lib.licenses.ncsa; - maintainers = with stdenv.lib.maintainers; [ lovek323 raskin dtzWill ]; + maintainers = with stdenv.lib.maintainers; [ lovek323 raskin dtzWill primeos ]; platforms = stdenv.lib.platforms.all; }; } // stdenv.lib.optionalAttrs enableManpages {