maintainers: add ryan4yin (#350875)

This commit is contained in:
Bobby Rong 2024-10-24 22:53:58 +08:00 committed by GitHub
commit a2b446ef94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 2 deletions

View File

@ -18870,6 +18870,12 @@
githubId = 10908495;
name = "Ran Xiao";
};
ryan4yin = {
email = "xiaoyin_c@qq.com";
github = "ryan4yin";
githubId = 22363274;
name = "Ryan Yin";
};
ryanartecona = {
email = "ryanartecona@gmail.com";
github = "ryanartecona";

View File

@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
bsd2 # libtiled and tmxviewer
gpl2Plus # all the rest
];
maintainers = with maintainers; [ dywedir ];
maintainers = with maintainers; [ dywedir ryan4yin ];
platforms = platforms.linux;
};
}

View File

@ -117,7 +117,7 @@ python3Packages.buildPythonApplication rec {
description = "Dynamic Tracing Tools for Linux";
homepage = "https://iovisor.github.io/bcc/";
license = licenses.asl20;
maintainers = with maintainers; [ ragge mic92 thoughtpolice martinetd ];
maintainers = with maintainers; [ ragge mic92 thoughtpolice martinetd ryan4yin ];
platforms = platforms.linux;
};
}

View File

@ -91,6 +91,7 @@ buildGoModule rec {
ivan
leona
shawn8901
ryan4yin
];
changelog = "https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v${version}";
mainProgram = "victoria-metrics";