minio-client: add ryan4yin as a maintainer

(cherry picked from commit 4242df02ed)
This commit is contained in:
Ryan Yin
2025-06-22 14:25:26 +08:00
committed by Michael Daniels
parent 255be2495d
commit dff907dd7e

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;
};