Skip to content

Commit 480f7a5

Browse files
committed
python3Packages.bitsandbytes: add jk to maintainers
1 parent fd35abb commit 480f7a5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • pkgs/development/python-modules/bitsandbytes

pkgs/development/python-modules/bitsandbytes/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ buildPythonPackage {
196196
homepage = "https://github.com/bitsandbytes-foundation/bitsandbytes";
197197
changelog = "https://github.com/bitsandbytes-foundation/bitsandbytes/releases/tag/${version}";
198198
license = lib.licenses.mit;
199-
maintainers = with lib.maintainers; [ bcdarwin ];
199+
maintainers = with lib.maintainers; [
200+
bcdarwin
201+
jk
202+
];
200203
};
201204
}

0 commit comments

Comments
 (0)