taplo: add defelo to maintainers

This commit is contained in:
Defelo
2025-11-04 15:03:05 +01:00
parent 533e31e26b
commit c8b6a04378
+1 -1
View File
@@ -57,7 +57,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
description = "TOML toolkit written in Rust";
homepage = "https://taplo.tamasfe.dev";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [ defelo ];
mainProgram = "taplo";
};
})