ineffassign: add bot-wxt1221 as maintainers

This commit is contained in:
wxt
2024-10-22 11:58:08 +08:00
parent 68b21a7c3b
commit e8aa0985c1
+1 -1
View File
@@ -28,6 +28,6 @@ buildGoModule rec {
mainProgram = "ineffassign";
homepage = "https://github.com/gordonklaus/ineffassign";
license = licenses.mit;
maintainers = with maintainers; [ kalbasit ];
maintainers = with maintainers; [ kalbasit bot-wxt1221 ];
};
}