> I just realized that the warning also triggers when the URL is already a > github.com URL: > --8<---------------cut here---------------start------------->8--- > $ ./pre-inst-env guix lint -c github-uri stellarium > gnu/packages/astronomy.scm:135:12: stellarium@0.18.1: URL should be 'https://github.com/Stellarium/stellarium/releases/download/v0.18.1/stellarium-0.18.1.tar.gz' > --8<---------------cut here---------------end--------------->8--- This is a simple mistake on my part and it's not because stellarium's origin URI redirects to the github-production-release-asset URI. Please find attached a patch addressing this.