mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: python-cheetah: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-cheetah)[home-page]: Use HTTPS.
This commit is contained in:
parent
3d2d9cc7b5
commit
012d2950af
1 changed files with 1 additions and 1 deletions
|
@ -12577,7 +12577,7 @@ (define-public python-cheetah
|
||||||
(invoke "python" "Cheetah/Tests/Test.py")))))))
|
(invoke "python" "Cheetah/Tests/Test.py")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-markdown" ,python-markdown))) ;optional
|
`(("python-markdown" ,python-markdown))) ;optional
|
||||||
(home-page "http://cheetahtemplate.org/")
|
(home-page "https://cheetahtemplate.org/")
|
||||||
(synopsis "Template engine")
|
(synopsis "Template engine")
|
||||||
(description "Cheetah is a text-based template engine and Python code
|
(description "Cheetah is a text-based template engine and Python code
|
||||||
generator.
|
generator.
|
||||||
|
|
Loading…
Reference in a new issue