mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 04:28:02 +00:00
nixci: add rsrohitsingh682 as a maintainer
This commit is contained in:
parent
991fbf2f10
commit
103bd1c792
@ -17629,6 +17629,12 @@
|
||||
githubId = 19433256;
|
||||
name = "Radoslaw Sniezek";
|
||||
};
|
||||
rsrohitsingh682 = {
|
||||
email = "rsrohitsingh682@gmail.com";
|
||||
github = "rsrohitsingh682";
|
||||
githubId = 45477585;
|
||||
name = "Rohit Singh";
|
||||
};
|
||||
rster2002 = {
|
||||
name = "Bjørn";
|
||||
github = "rster2002";
|
||||
|
@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Define and build CI for Nix projects anywhere";
|
||||
homepage = "https://github.com/srid/nixci";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ srid shivaraj-bh ];
|
||||
maintainers = with maintainers; [ srid shivaraj-bh rsrohitsingh682 ];
|
||||
mainProgram = "nixci";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user