Commit 4fe91f14 authored by happysalada's avatar happysalada Committed by Yt
Browse files

cargo-tauri: add happysalada as maintainer

parent 5c32a4a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}