Unverified Commit 36ca2a6c authored by Austin Horstman's avatar Austin Horstman
Browse files

nufmt: add maintainer khaneliman

parent b9aac85c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -36,7 +36,10 @@ rustPlatform.buildRustPackage rec {
    description = "Nushell formatter";
    homepage = "https://github.com/nushell/nufmt";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ iogamaster ];
    maintainers = with lib.maintainers; [
      iogamaster
      khaneliman
    ];
    mainProgram = "nufmt";
  };
}