rpm-software-management / spec-cleaner

spec-cleaner
BSD 3-Clause "New" or "Revised" License
28 stars 34 forks source link

Rewrite http URLs to https #246

Closed scarabeusiv closed 5 years ago

scarabeusiv commented 5 years ago

URL: http://github.com/cmheisel/nose-xcover

->

URL: https://github.com/cmheisel/nose-xcover

We should use urllib to check if the site with https is accessible and rewrite if possible.