Unverified Commit 1cb07de4 authored by Defelo's avatar Defelo
Browse files

cargo-expand: add defelo to maintainers

parent b23f0366
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    ];
    maintainers = with lib.maintainers; [
      xrelkd
      defelo
    ];
    mainProgram = "cargo-expand";
  };