gnu: python-mako: Update home page.
* gnu/packages/python-xyz.scm (python-mako)[home-page]: Use HTTPS.
This commit is contained in:
parent
dff79364cf
commit
7016e62070
|
@ -8035,7 +8035,7 @@ python-xdo for newer bindings.)")
|
||||||
`(("python-mock" ,python-mock)
|
`(("python-mock" ,python-mock)
|
||||||
("python-nose" ,python-nose)
|
("python-nose" ,python-nose)
|
||||||
("python-pytest" ,python-pytest)))
|
("python-pytest" ,python-pytest)))
|
||||||
(home-page "http://www.makotemplates.org/")
|
(home-page "https://www.makotemplates.org/")
|
||||||
(synopsis "Templating language for Python")
|
(synopsis "Templating language for Python")
|
||||||
(description "Mako is a templating language for Python that compiles
|
(description "Mako is a templating language for Python that compiles
|
||||||
templates into Python modules.")
|
templates into Python modules.")
|
||||||
|
|
Loading…
Reference in New Issue