We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6350079 commit 65190e2Copy full SHA for 65190e2
pkgs/by-name/uu/uutils-diffutils/package.nix
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
35
homepage = "https://github.com/uutils/diffutils";
36
license = lib.licenses.mit;
37
mainProgram = "diffutils";
38
- maintainers = with lib.maintainers; [ ];
+ maintainers = with lib.maintainers; [ defelo ];
39
platforms = lib.platforms.unix;
40
};
41
})
0 commit comments