nixci: add rsrohitsingh682 as a maintainer

This commit is contained in:
Rohit Singh
2024-07-25 13:05:04 +05:30
parent 991fbf2f10
commit 103bd1c792
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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";
+1 -1
View File
@@ -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";
};
}