summary refs log tree commit diff
path: root/pkgs/development/python-modules/django_appconf
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-04-23 22:00:42 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-23 22:00:42 -0400
commit84d00355e8b288a0700ea1590897b75297ec3877 (patch)
tree5006e56e8ac8441f5af8fcef632ead1a0e561bb2 /pkgs/development/python-modules/django_appconf
parentdc552fd2ff745d5942ceb1ec2d1016a80f7f7307 (diff)
parent6088a4793f2a83921b197a9185034934fcd96d02 (diff)
downloadnixpkgs-84d00355e8b288a0700ea1590897b75297ec3877.tar
nixpkgs-84d00355e8b288a0700ea1590897b75297ec3877.tar.gz
nixpkgs-84d00355e8b288a0700ea1590897b75297ec3877.tar.bz2
nixpkgs-84d00355e8b288a0700ea1590897b75297ec3877.tar.lz
nixpkgs-84d00355e8b288a0700ea1590897b75297ec3877.tar.xz
nixpkgs-84d00355e8b288a0700ea1590897b75297ec3877.tar.zst
nixpkgs-84d00355e8b288a0700ea1590897b75297ec3877.zip
Merge remote-tracking branch 'NixOS/master' into staging
Diffstat (limited to 'pkgs/development/python-modules/django_appconf')
-rw-r--r--pkgs/development/python-modules/django_appconf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/django_appconf/default.nix b/pkgs/development/python-modules/django_appconf/default.nix
index 9aa3c58d69d..1ce86daf992 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 ];
   };