We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd35abb commit 480f7a5Copy full SHA for 480f7a5
1 file changed
pkgs/development/python-modules/bitsandbytes/default.nix
@@ -196,6 +196,9 @@ buildPythonPackage {
196
homepage = "https://github.com/bitsandbytes-foundation/bitsandbytes";
197
changelog = "https://github.com/bitsandbytes-foundation/bitsandbytes/releases/tag/${version}";
198
license = lib.licenses.mit;
199
- maintainers = with lib.maintainers; [ bcdarwin ];
+ maintainers = with lib.maintainers; [
200
+ bcdarwin
201
+ jk
202
+ ];
203
};
204
}
0 commit comments