There is a new pull request by tornaria against master on the void-packages repository https://github.com/tornaria/void-packages fix-ci https://github.com/void-linux/void-packages/pull/34996 Fix CI since github no longer accepts git:// protocol As of today, everything fails on CI with: ``` Run common/travis/fetch_upstream.sh Fetching upstream... fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. Error: Process completed with exit code 128. ``` Switching `git://` to `https://` should fix this. A patch file from https://github.com/void-linux/void-packages/pull/34996.patch is attached