minio-client: add ryan4yin as a maintainer

This commit is contained in:
Ryan Yin
2025-06-22 14:25:26 +08:00
parent c4d6639a63
commit 4242df02ed
+4 -1
View File
@@ -36,7 +36,10 @@ buildGoModule rec {
meta = with lib; {
homepage = "https://github.com/minio/mc";
description = "Replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage";
maintainers = with maintainers; [ bachp ];
maintainers = with maintainers; [
bachp
ryan4yin
];
mainProgram = "mc";
license = licenses.asl20;
};