diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:29:14 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 20:42:49 +0100 |
commit | 012d2950af36c20189e2c6dfae05eaebba6ad14b (patch) | |
tree | 4f694d39a112422bf8eb2624f9d9bdd1b5474193 /gnu | |
parent | 3d2d9cc7b54fde24bcc86888f238faf32146c8b3 (diff) |
gnu: python-cheetah: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-cheetah)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index faa8f60669..7bb621ac31 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12577,7 +12577,7 @@ possible on all supported Python versions.") (invoke "python" "Cheetah/Tests/Test.py"))))))) (propagated-inputs `(("python-markdown" ,python-markdown))) ;optional - (home-page "http://cheetahtemplate.org/") + (home-page "https://cheetahtemplate.org/") (synopsis "Template engine") (description "Cheetah is a text-based template engine and Python code generator. |