gnu: python-cheetah: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-cheetah)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:29:14 +01:00
parent 3d2d9cc7b5
commit 012d2950af
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -12577,7 +12577,7 @@ (define-public python-cheetah
(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.