nufmt: add maintainer khaneliman

This commit is contained in:
Austin Horstman 2024-10-15 09:10:36 -05:00
parent b9aac85c3a
commit 36ca2a6cfb
No known key found for this signature in database

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";
};
}