maintainers: add ryan4yin

This commit is contained in:
Ryan Yin 2024-10-24 14:19:50 +08:00
parent 02ba5770a7
commit 43ccd1d4e5
4 changed files with 9 additions and 2 deletions

View File

@ -18864,6 +18864,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";