minio: add ryan4yin as a maintainer
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user