aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/django_appconf
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/django_appconf')
-rw-r--r--nixpkgs/pkgs/development/python-modules/django_appconf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/django_appconf/default.nix b/nixpkgs/pkgs/development/python-modules/django_appconf/default.nix
index 0d077b4f268..45116ddd554 100644
--- a/nixpkgs/pkgs/development/python-modules/django_appconf/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/django_appconf/default.nix
@@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A helper class for handling configuration defaults of packaged apps gracefully";
- homepage = https://django-appconf.readthedocs.org/;
+ homepage = "https://django-appconf.readthedocs.org/";
license = licenses.bsd2;
maintainers = with maintainers; [ desiderius ];
};