summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 00:29:14 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 20:42:49 +0100
commit012d2950af36c20189e2c6dfae05eaebba6ad14b (patch)
tree4f694d39a112422bf8eb2624f9d9bdd1b5474193
parent3d2d9cc7b54fde24bcc86888f238faf32146c8b3 (diff)
downloadpatches-012d2950af36c20189e2c6dfae05eaebba6ad14b.tar
patches-012d2950af36c20189e2c6dfae05eaebba6ad14b.tar.gz
gnu: python-cheetah: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-cheetah)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/python-xyz.scm2
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.