From 065b7b61466ecf728e35b42ff45db62dbda4c340 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Thu, 26 Dec 2024 23:35:41 +0900 Subject: [PATCH] ox: add kachick as maintainer --- pkgs/by-name/ox/ox/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ox/ox/package.nix b/pkgs/by-name/ox/ox/package.nix index e2e517346d19..0e94114f86c2 100644 --- a/pkgs/by-name/ox/ox/package.nix +++ b/pkgs/by-name/ox/ox/package.nix @@ -36,7 +36,10 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/curlpipe/ox"; changelog = "https://github.com/curlpipe/ox/releases/tag/${version}"; license = licenses.gpl2Only; - maintainers = with maintainers; [ moni ]; + maintainers = with maintainers; [ + moni + kachick + ]; mainProgram = "ox"; }; }