diff options
| author | Raito Bezarius <masterancpp@gmail.com> | 2022-12-14 03:42:25 +0100 |
|---|---|---|
| committer | Raito Bezarius <masterancpp@gmail.com> | 2022-12-14 03:42:25 +0100 |
| commit | fc35c4e9766f15139e809ab8dd0f7a72d8af0342 (patch) | |
| tree | 8c9946def8b952ab86f15395489a2c324630983f | |
| parent | emscripten: 3.1.17 -> 3.1.24 (diff) | |
| download | nixpkgs-origin/bump-emscripten.tar.gz | |
emscripten: add raitobezarius as maintainerorigin/bump-emscripten
| -rw-r--r-- | pkgs/development/compilers/emscripten/default.nix | 2 |
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; }; } |
