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

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A helper class for handling configuration defaults of packaged apps gracefully";
homepage = http://django-appconf.readthedocs.org/;
homepage = https://django-appconf.readthedocs.org/;
license = licenses.bsd2;
maintainers = with maintainers; [ desiderius ];
};