Merge pull request #280498 from rjpcasalino/add-rjpc-to-maintainers-redux

iortcw: add rjpcasalino as maintainer
This commit is contained in:
Robert Schütz 2024-01-12 19:43:39 +01:00 committed by GitHub
commit a2498cdd00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -15806,6 +15806,12 @@
githubId = 7221768;
name = "Andika Demas Riyandi";
};
rjpcasalino = {
email = "ryan@rjpc.net";
github = "rjpcasalino";
githubId = 12821230;
name = "Ryan J.P. Casalino";
};
rkitover = {
email = "rkitover@gmail.com";
github = "rkitover";

View File

@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
homepage = src.meta.homepage;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ rjpcasalino ];
};
}