From 92cccb6f833acc3f56763284d50f9b2b34f7e486 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Mon, 22 Apr 2019 10:24:21 +0200 Subject: treewide: Use HTTPS for readthedocs URLs --- pkgs/development/python-modules/django_appconf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/python-modules/django_appconf') diff --git a/pkgs/development/python-modules/django_appconf/default.nix b/pkgs/development/python-modules/django_appconf/default.nix index 35ac57062c7..90d73bfde13 100644 --- a/pkgs/development/python-modules/django_appconf/default.nix +++ b/pkgs/development/python-modules/django_appconf/default.nix @@ -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 ]; }; -- cgit 1.4.1