mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
maintainers: add ryan4yin
This commit is contained in:
parent
02ba5770a7
commit
43ccd1d4e5
@ -18864,6 +18864,12 @@
|
|||||||
githubId = 10908495;
|
githubId = 10908495;
|
||||||
name = "Ran Xiao";
|
name = "Ran Xiao";
|
||||||
};
|
};
|
||||||
|
ryan4yin = {
|
||||||
|
email = "xiaoyin_c@qq.com";
|
||||||
|
github = "ryan4yin";
|
||||||
|
githubId = 22363274;
|
||||||
|
name = "Ryan Yin";
|
||||||
|
};
|
||||||
ryanartecona = {
|
ryanartecona = {
|
||||||
email = "ryanartecona@gmail.com";
|
email = "ryanartecona@gmail.com";
|
||||||
github = "ryanartecona";
|
github = "ryanartecona";
|
||||||
|
@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
|
|||||||
bsd2 # libtiled and tmxviewer
|
bsd2 # libtiled and tmxviewer
|
||||||
gpl2Plus # all the rest
|
gpl2Plus # all the rest
|
||||||
];
|
];
|
||||||
maintainers = with maintainers; [ dywedir ];
|
maintainers = with maintainers; [ dywedir ryan4yin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -117,7 +117,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
description = "Dynamic Tracing Tools for Linux";
|
description = "Dynamic Tracing Tools for Linux";
|
||||||
homepage = "https://iovisor.github.io/bcc/";
|
homepage = "https://iovisor.github.io/bcc/";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ ragge mic92 thoughtpolice martinetd ];
|
maintainers = with maintainers; [ ragge mic92 thoughtpolice martinetd ryan4yin ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -91,6 +91,7 @@ buildGoModule rec {
|
|||||||
ivan
|
ivan
|
||||||
leona
|
leona
|
||||||
shawn8901
|
shawn8901
|
||||||
|
ryan4yin
|
||||||
];
|
];
|
||||||
changelog = "https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v${version}";
|
changelog = "https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v${version}";
|
||||||
mainProgram = "victoria-metrics";
|
mainProgram = "victoria-metrics";
|
||||||
|
Loading…
Reference in New Issue
Block a user