maintainers: add mattcurrie (#500678)

This commit is contained in:
Pol Dellaiera
2026-03-18 17:40:04 +00:00
committed by GitHub
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -16742,6 +16742,12 @@
githubId = 952712;
name = "Matt Christ";
};
mattcurrie = {
email = "me+nixpkgs@mattcurrie.com";
github = "mattcurrie";
githubId = 455505;
name = "Matt Currie";
};
mattdef = {
email = "mattdef@gmail.com";
github = "mattdef";
+1
View File
@@ -44,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
maintainers = with lib.maintainers; [
NieDzejkob
mattcurrie
];
platforms = lib.platforms.all;
};