Merge pull request #273792 from ctron/update-trunk

trunk: add ctron as maintainer
This commit is contained in:
Aleksana
2024-04-11 00:58:59 +08:00
committed by GitHub
+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 ];
};
}