ddev: add remyvv as maintainer (#379796)

This commit is contained in:
Wolfgang Walther
2025-02-16 13:51:27 +01:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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";
+1 -1
View File
@@ -38,6 +38,6 @@ buildGoModule rec {
license = licenses.asl20;
platforms = platforms.unix;
mainProgram = "ddev";
maintainers = [ ];
maintainers = with maintainers; [ remyvv ];
};
}