We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4d0a5 commit 65c96d3Copy full SHA for 65c96d3
pkgs/applications/science/logic/lean4/default.nix
@@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
62
changelog = "https://github.com/leanprover/lean4/blob/${finalAttrs.src.rev}/RELEASES.md";
63
license = licenses.asl20;
64
platforms = platforms.all;
65
- maintainers = [ ];
+ maintainers = with maintainers; [ danielbritten ];
66
mainProgram = "lean";
67
};
68
})
0 commit comments