diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-11-24 02:59:09 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-11-24 15:57:56 +0100 |
commit | 59a1aa595bfcd997ae9186cbc644df436afed97c (patch) | |
tree | 0a758c6cf3a70331edee28a3c5795818ad78656c /gnu | |
parent | 01cef16f8594956a06824751f5f2a0be8b823627 (diff) | |
download | patches-59a1aa595bfcd997ae9186cbc644df436afed97c.tar patches-59a1aa595bfcd997ae9186cbc644df436afed97c.tar.gz |
gnu: python2-cheetah: Update home page.
* gnu/packages/python.scm (python-cheetah)[home-page]: Update to current.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index c68aa31173..e5e02cf4a0 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -10714,7 +10714,7 @@ possible on all supported Python versions.") `(#:python ,python-2)) (propagated-inputs `(("python2-markdown" ,python2-markdown))) - (home-page "https://pythonhosted.org/Cheetah/") + (home-page "http://cheetahtemplate.org/") (synopsis "Template engine") (description "Cheetah is a text-based template engine and Python code generator. |