ddev: add remyvv as maintainer (#379796)
This commit is contained in:
@@ -19621,6 +19621,13 @@
|
||||
githubId = 4196789;
|
||||
name = "Nathan Ringo";
|
||||
};
|
||||
remyvv = {
|
||||
name = "Remy van Velthuijsen";
|
||||
email = "remy@remysplace.de";
|
||||
github = "remyvv";
|
||||
githubId = 2862815;
|
||||
keys = [ { fingerprint = "1A76 F3A3 F843 2D5F D7E5 D07B 6FD8 F273 5BEB D1FC"; } ];
|
||||
};
|
||||
renatoGarcia = {
|
||||
email = "fgarcia.renato@gmail.com";
|
||||
github = "renatoGarcia";
|
||||
|
||||
@@ -38,6 +38,6 @@ buildGoModule rec {
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "ddev";
|
||||
maintainers = [ ];
|
||||
maintainers = with maintainers; [ remyvv ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user