gnu: python-cheetah: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-cheetah)[home-page]: Use HTTPS.master
parent
3d2d9cc7b5
commit
012d2950af
|
@ -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.
|
||||
|
|
Reference in New Issue