me
/
guix
Archived
1
0
Fork 0

gnu: python-cheetah: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-cheetah)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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.