nufmt: add maintainer khaneliman

This commit is contained in:
Austin Horstman
2024-10-15 09:58:09 -05:00
parent b9aac85c3a
commit 36ca2a6cfb
+4 -1
View File
@@ -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";
};
}