mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
apfel-llm: add arthurficial as maintainer (#524394)
This commit is contained in:
commit
3f2c37ca78
2 changed files with 7 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue