trunk: add ctron as maintainer

This commit is contained in:
Jens Reimann 2023-12-12 18:06:34 +01:00 committed by Weijia Wang
parent cfbb1d2b5c
commit bfbaff18e0
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/trunk-rs/trunk";
description = "Build, bundle & ship your Rust WASM application to the web";
mainProgram = "trunk";
maintainers = with maintainers; [ freezeboy ];
maintainers = with maintainers; [ freezeboy ctron ];
license = with licenses; [ asl20 ];
};
}