gnu: python2-cheetah: Update home page.

* gnu/packages/python.scm (python-cheetah)[home-page]: Update to current.
This commit is contained in:
Marius Bakke 2018-11-24 02:59:09 +01:00
parent 01cef16f85
commit 59a1aa595b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -10714,7 +10714,7 @@ possible on all supported Python versions.")
`(#:python ,python-2)) `(#:python ,python-2))
(propagated-inputs (propagated-inputs
`(("python2-markdown" ,python2-markdown))) `(("python2-markdown" ,python2-markdown)))
(home-page "https://pythonhosted.org/Cheetah/") (home-page "http://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.