summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-03-06 16:29:55 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-03-06 16:30:48 +0100
commit7016e62070b27d8e77e3ec7b4dd5e78653ade114 (patch)
treeaa0b2f44239e383b6d27d35f7c324e4628f7cf52 /gnu
parentdff79364cfc765b4313ddf3e19139ae9c78a3377 (diff)
downloadpatches-7016e62070b27d8e77e3ec7b4dd5e78653ade114.tar
patches-7016e62070b27d8e77e3ec7b4dd5e78653ade114.tar.gz
gnu: python-mako: Update home page.
* gnu/packages/python-xyz.scm (python-mako)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0ff320a6ce..2ec12be007 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8035,7 +8035,7 @@ python-xdo for newer bindings.)")
`(("python-mock" ,python-mock)
("python-nose" ,python-nose)
("python-pytest" ,python-pytest)))
- (home-page "http://www.makotemplates.org/")
+ (home-page "https://www.makotemplates.org/")
(synopsis "Templating language for Python")
(description "Mako is a templating language for Python that compiles
templates into Python modules.")