Merge pull request #280498 from rjpcasalino/add-rjpc-to-maintainers-redux
iortcw: add rjpcasalino as maintainer
This commit is contained in:
commit
a2498cdd00
2 changed files with 7 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = src.meta.homepage;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ rjpcasalino ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue