Unverified Commit c8b6a043 authored by Defelo's avatar Defelo
Browse files

taplo: add defelo to maintainers

parent 533e31e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
})