diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-06-25 14:06:03 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-06-25 14:06:03 +0900 |
| commit | 8378e7a2c9d5814f6a0bfdc4b1d03510ea2b2a03 (patch) | |
| tree | 225b478156a0245a3a4d897244d04597f7f5548d /internal/rosa/package/vim.az | |
| parent | 6210c9f2726e3fc84c81af5df34c2a43de279637 (diff) | |
internal/rosa/package/vim: annotate blocked update
Releases are unreasonably frequent, and the package is never exposed to the end user and never expected to run unconfined or consume untrusted input. Additionally, upstream is accepting AI slop.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/vim.az')
| -rw-r--r-- | internal/rosa/package/vim.az | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/package/vim.az b/internal/rosa/package/vim.az index 11d4f71f..7f78b063 100644 --- a/internal/rosa/package/vim.az +++ b/internal/rosa/package/vim.az @@ -2,6 +2,8 @@ package vim { description = "a greatly improved version of the good old UNIX editor Vi"; website = "https://www.vim.org"; anitya = 5092; + exclude = true; + block = "not exposed to end users"; version# = "9.2.0707"; source = remoteGitHub { |
