mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
maintainers: add ryan4yin
This commit is contained in:
parent
02ba5770a7
commit
43ccd1d4e5
@ -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";
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -91,6 +91,7 @@ buildGoModule rec {
|
||||
ivan
|
||||
leona
|
||||
shawn8901
|
||||
ryan4yin
|
||||
];
|
||||
changelog = "https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v${version}";
|
||||
mainProgram = "victoria-metrics";
|
||||
|
Loading…
Reference in New Issue
Block a user