do-agent: remove yvt from maintainers (#427102)

This commit is contained in:
Aleksana
2025-07-24 10:23:56 +08:00
committed by GitHub
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -28007,12 +28007,6 @@
githubId = 65394961;
name = "Yves Straten";
};
yvt = {
email = "i@yvt.jp";
github = "yvt";
githubId = 5253988;
name = "yvt";
};
yzx9 = {
email = "yuan.zx@outlook.com";
github = "yzx9";
+1 -1
View File
@@ -37,7 +37,7 @@ buildGoModule rec {
'';
homepage = "https://github.com/digitalocean/do-agent";
license = licenses.asl20;
maintainers = with maintainers; [ yvt ];
maintainers = [ ];
platforms = platforms.linux;
};
}