Skip to content

Commit dd280ed

Browse files
authoredAug 13, 2024
Merge pull request NixOS#334111 from Coda-Coda/lean4-add-maintainer-danielbritten
lean4: add maintainer danielbritten
2 parents 16ec3be + 65c96d3 commit dd280ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎maintainers/maintainer-list.nix

+6
Original file line numberDiff line numberDiff line change
@@ -4441,6 +4441,12 @@
44414441
githubId = 8081722;
44424442
name = "Daniel Barter";
44434443
};
4444+
danielbritten = {
4445+
email = "nixpkgs@danielb.space";
4446+
github = "Coda-Coda";
4447+
githubId = 5212453;
4448+
name = "Daniel Britten";
4449+
};
44444450
danieldk = {
44454451
email = "me@danieldk.eu";
44464452
github = "danieldk";

‎pkgs/applications/science/logic/lean4/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
6262
changelog = "https://github.com/leanprover/lean4/blob/${finalAttrs.src.rev}/RELEASES.md";
6363
license = licenses.asl20;
6464
platforms = platforms.all;
65-
maintainers = [ ];
65+
maintainers = with maintainers; [ danielbritten ];
6666
mainProgram = "lean";
6767
};
6868
})

0 commit comments

Comments
 (0)