mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
nufmt: add maintainer khaneliman
This commit is contained in:
parent
b9aac85c3a
commit
36ca2a6cfb
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user