summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2022-12-14 03:42:25 +0100
committerRaito Bezarius <masterancpp@gmail.com>2022-12-14 03:42:25 +0100
commitfc35c4e9766f15139e809ab8dd0f7a72d8af0342 (patch)
tree8c9946def8b952ab86f15395489a2c324630983f
parentemscripten: 3.1.17 -> 3.1.24 (diff)
downloadnixpkgs-fc35c4e9766f15139e809ab8dd0f7a72d8af0342.tar.gz
emscripten: add raitobezarius as maintainerorigin/bump-emscripten
-rw-r--r--pkgs/development/compilers/emscripten/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/emscripten/default.nix b/pkgs/development/compilers/emscripten/default.nix
index a99e06f7fbab..bb6380995808 100644
--- a/pkgs/development/compilers/emscripten/default.nix
+++ b/pkgs/development/compilers/emscripten/default.nix
@@ -128,7 +128,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/emscripten-core/emscripten";
description = "An LLVM-to-JavaScript Compiler";
platforms = platforms.all;
- maintainers = with maintainers; [ qknight matthewbauer ];
+ maintainers = with maintainers; [ qknight matthewbauer raitobezarius ];
license = licenses.ncsa;
};
}