minio: add ryan4yin as a maintainer

(cherry picked from commit 2bede112dc)
This commit is contained in:
Ryan Yin
2025-06-22 14:25:31 +08:00
committed by Michael Daniels
parent 00683e88ff
commit 4d8e600ba5

View File

@@ -68,7 +68,10 @@ buildGoModule rec {
homepage = "https://www.minio.io/";
description = "S3-compatible object storage server";
changelog = "https://github.com/minio/minio/releases/tag/RELEASE.${version}";
maintainers = with maintainers; [ bachp ];
maintainers = with maintainers; [
bachp
ryan4yin
];
license = licenses.agpl3Plus;
mainProgram = "minio";
};