treewide: Use HTTPS for readthedocs URLs

This commit is contained in:
Daniel Schaefer
2019-04-22 10:24:21 +02:00
parent bac4d95aa2
commit 92cccb6f83
34 changed files with 37 additions and 37 deletions

View File

@@ -17,7 +17,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with stdenv.lib; {
homepage = "http://pep8.readthedocs.org/";
homepage = "https://pep8.readthedocs.org/";
description = "Python style guide checker";
license = licenses.mit;
maintainers = with maintainers; [ garbas ];