Skip to content

Commit

Permalink
python3Packages.mlx: add Gabriella439 as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed Dec 21, 2024
1 parent 0cacb8c commit ca06082
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/python-modules/mlx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ buildPythonPackage rec {
changelog = "https://github.com/ml-explore/mlx/releases/tag/v${version}";
license = licenses.mit;
platforms = [ "aarch64-darwin" ];
maintainers = with maintainers; [ viraptor ];
maintainers = with maintainers; [
viraptor
Gabriella439
];
};
}

0 comments on commit ca06082

Please sign in to comment.