mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
minio: add ryan4yin as a maintainer
(cherry picked from commit 2bede112dc)
This commit is contained in:
committed by
Michael Daniels
parent
00683e88ff
commit
4d8e600ba5
@@ -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