tkdiff: update maintainers

This commit is contained in:
Rob 2023-11-11 12:02:11 -08:00
parent ec750fd019
commit 84f386b7d1
No known key found for this signature in database

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
diff regions to achieve exactly the merge output desired.
'';
mainProgram = "tkdiff";
maintainers = with lib.maintainers; [ robert-manchester ];
maintainers = with lib.maintainers; [ mikaelfangel ];
platforms = tk.meta.platforms;
};
})