ox: add kachick as maintainer

This commit is contained in:
Kenichi Kamiya
2024-12-28 13:47:18 +09:00
parent aa98ffb557
commit 065b7b6146
+4 -1
View File
@@ -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";
};
}