about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-10-16 12:31:44 +0100
committerYt <happysalada@tuta.io>2023-10-17 07:51:47 +0000
commit4fe91f14de19d08bb02be3a92b65a6eabff8be91 (patch)
tree3ee3325eb3bef29f3e308e839a10fed14ad9b1c2 /pkgs/development/tools/rust
parent5c32a4a70b6c6c6824b458acf0cb63e8de140e8c (diff)
cargo-tauri: add happysalada as maintainer
Diffstat (limited to 'pkgs/development/tools/rust')
-rw-r--r--pkgs/development/tools/rust/cargo-tauri/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/rust/cargo-tauri/default.nix b/pkgs/development/tools/rust/cargo-tauri/default.nix
index c767297a78d63..6ade17d202739 100644
--- a/pkgs/development/tools/rust/cargo-tauri/default.nix
+++ b/pkgs/development/tools/rust/cargo-tauri/default.nix
@@ -40,6 +40,6 @@ rustPlatform.buildRustPackage rec {
     description = "Build smaller, faster, and more secure desktop applications with a web frontend";
     homepage = "https://tauri.app/";
     license = with licenses; [ asl20 /* or */ mit ];
-    maintainers = with maintainers; [ dit7ya ];
+    maintainers = with maintainers; [ dit7ya happysalada ];
   };
 }