From bfbaff18e09cf4614c5ee2e62af87a4470b2a5c7 Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Tue, 12 Dec 2023 18:06:34 +0100 Subject: [PATCH] trunk: add ctron as maintainer --- pkgs/development/tools/trunk/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/trunk/default.nix b/pkgs/development/tools/trunk/default.nix index 13352f11c5c9..39662c40edc1 100644 --- a/pkgs/development/tools/trunk/default.nix +++ b/pkgs/development/tools/trunk/default.nix @@ -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 ]; }; }