Skip to content

Commit 103bd1c

Browse files
committed
nixci: add rsrohitsingh682 as a maintainer
1 parent 991fbf2 commit 103bd1c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

maintainers/maintainer-list.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17629,6 +17629,12 @@
1762917629
githubId = 19433256;
1763017630
name = "Radoslaw Sniezek";
1763117631
};
17632+
rsrohitsingh682 = {
17633+
email = "[email protected]";
17634+
github = "rsrohitsingh682";
17635+
githubId = 45477585;
17636+
name = "Rohit Singh";
17637+
};
1763217638
rster2002 = {
1763317639
name = "Bjørn";
1763417640
github = "rster2002";

pkgs/tools/nix/nixci/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec {
5454
description = "Define and build CI for Nix projects anywhere";
5555
homepage = "https://github.com/srid/nixci";
5656
license = licenses.agpl3Only;
57-
maintainers = with maintainers; [ srid shivaraj-bh ];
57+
maintainers = with maintainers; [ srid shivaraj-bh rsrohitsingh682 ];
5858
mainProgram = "nixci";
5959
};
6060
}

0 commit comments

Comments
 (0)