repos: x/lint is being deprecated and frozen
For golang/go#38968.
Change-Id: Ib99c3facbd87776d89279e05d33805ba78a8f72b
Reviewed-on: https://go-review.googlesource.com/c/build/+/318190
Trust: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
diff --git a/repos/repos.go b/repos/repos.go
index 0692cd5..51dd90a 100644
--- a/repos/repos.go
+++ b/repos/repos.go
@@ -67,7 +67,7 @@
x("example", noDash)
x("exp", desc("experimental and deprecated packages (handle with care; may change without warning)"))
x("image", desc("additional imaging packages"))
- x("lint", noDash)
+ x("lint", noDash, archivedOnGitHub)
x("mobile", desc("experimental support for Go on mobile platforms"))
x("mod")
x("net", desc("additional networking packages"))