mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
minio-client: add ryan4yin as a maintainer
(cherry picked from commit 4242df02ed)
This commit is contained in:
committed by
Michael Daniels
parent
255be2495d
commit
dff907dd7e
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user