From 4fe91f14de19d08bb02be3a92b65a6eabff8be91 Mon Sep 17 00:00:00 2001 From: happysalada Date: Mon, 16 Oct 2023 12:31:44 +0100 Subject: [PATCH] cargo-tauri: add happysalada as maintainer --- pkgs/development/tools/rust/cargo-tauri/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/rust/cargo-tauri/default.nix b/pkgs/development/tools/rust/cargo-tauri/default.nix index c767297a78d6..6ade17d20273 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 ]; }; }