New maintainer for org.vim.Vim wanted

Many years ago, @ramcq published Vim to Flathub. Since 2019 or so, I have been the main committer. I no longer use Vim and so, while I value it being on Flathub, it would be nice to find a new maintainer who uses Vim and has the energy to think about some of the rough edges of Flatpak:ing a text editor.

One thing that makes Vim unusual is that new releases (e.g. 9.1) are quite infrequent, but essentially every patch that is committed to the master branch becomes a tag, which means there are typically multiple new tags every day. As of 13:30 UTC today, two tags have been created, with the latest being v9.1.2127. Every distribution ships these patch releases rather than the .0 release, on an arbitrary schedule: they don’t ship every single release as it happens.

I wrote a little script to automate these patch release updates which runs on the first of the month. Most of the work is in testing & merging these monthly PRs. It does not use flatpak-external-data-checker - a useful thing to do would be to find a way to make it use that, just not on the standard multiple-runs-per-day frequency on Flathub.

Let me know if you are interested!