trunk: add ctron as maintainer

This commit is contained in:
Jens Reimann
2024-04-06 16:14:43 +02:00
committed by Weijia Wang
parent cfbb1d2b5c
commit bfbaff18e0
+1 -1
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 ];
};
}