New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/43944#issuecomment-1556206216 Comment: Please merge, I was going to PR the same. Testing: ``` $ git grep -l homepage=.*gitlab.* srcpkgs/*/template | cut -d/ -f2 | xargs -P0 -n1 ./xbps-src update-check |& sed -ne 's/^NO VERSION found for //p' | sort amtk cmake-vala deadbeef-fb gnome-themes-extra interception-tools juCi++ libcloudproviders liborcus libxcvt openrgb python3-atspi python3-cjkwrap python3-libevdev rest0 sugar surfraw tiptop vmap wlroots0.15 xboxdrv ``` Running the same without this PR gives 74 packages with "NO VERSION found" (including all those 20). IOW, this PR fixes 54 pkgs without breaking any. Another redundant one that can be removed is `srcpkgs/sympow/update`.