summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/xstatic-jquery/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/xstatic-jquery/default.nix')
-rw-r--r--pkgs/development/python-modules/xstatic-jquery/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/xstatic-jquery/default.nix b/pkgs/development/python-modules/xstatic-jquery/default.nix
index c414e0a070ae..d884f12bdbf1 100644
--- a/pkgs/development/python-modules/xstatic-jquery/default.nix
+++ b/pkgs/development/python-modules/xstatic-jquery/default.nix
@@ -16,7 +16,7 @@ buildPythonPackage rec {
doCheck = false;
meta = with lib;{
- homepage = http://jquery.org;
+ homepage = https://jquery.org;
description = "jquery packaged static files for python";
license = licenses.mit;
maintainers = with maintainers; [ makefu ];