minio: add ryan4yin as a maintainer

This commit is contained in:
Ryan Yin
2025-06-22 14:25:31 +08:00
parent 745b2deeb7
commit 2bede112dc
+4 -1
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";
};