cargo-tauri: add happysalada as maintainer

This commit is contained in:
happysalada 2023-10-16 12:31:44 +01:00 committed by Yt
parent 5c32a4a70b
commit 4fe91f14de

View File

@ -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 ];
};
}