maintainers: add landreussi

This commit is contained in:
Lucas Andreussi
2026-03-28 15:25:43 -03:00
parent 2eebcfc81f
commit 8741e1d36f
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -14877,6 +14877,12 @@
githubId = 61395246;
name = "Lampros Pitsillos";
};
landreussi = {
email = "lucasandreussi@gmail.com";
github = "landreussi";
githubId = 5938518;
name = "Lucas Andreussi";
};
langsjo = {
name = "langsjo";
github = "langsjo";
+1 -1
View File
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
mit
asl20
];
maintainers = [ ];
maintainers = with lib.maintainers; [ landreussi ];
mainProgram = "fs_watcher_lsp";
};
})