mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-20 09:10:30 +02:00
gnu: python-cheetah: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-cheetah)[home-page]: Use HTTPS.
This commit is contained in:
@@ -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
Block a user