apfel-llm: add arthurficial as maintainer (#524394)

This commit is contained in:
Yohann Boniface 2026-06-09 20:32:49 +00:00 committed by GitHub
commit 3f2c37ca78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -2326,6 +2326,12 @@
githubId = 3965744;
name = "Arthur Lee";
};
arthurficial = {
email = "arti.ficial@fullstackoptimization.com";
github = "Arthur-Ficial";
githubId = 258112064;
name = "Arthur Ficial";
};
arthurteisseire = {
email = "arthurteisseire33@gmail.com";
github = "arthurteisseire";

View file

@ -44,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/Arthur-Ficial/apfel";
changelog = "https://github.com/Arthur-Ficial/apfel/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ arthurficial ];
platforms = [ "aarch64-darwin" ];
mainProgram = "apfel";
sourceProvenance = [