diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-24 15:29:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-24 16:12:14 +0100 |
commit | 16c76cc4c8f0375950a8ae403e0b8a5e681cb75b (patch) | |
tree | 33ae7e3e164858e7155679603a4f8df2fa4580f0 /gnu | |
parent | 02861325ee8b40ae9a6e843b84bd3231f8152094 (diff) | |
download | patches-16c76cc4c8f0375950a8ae403e0b8a5e681cb75b.tar patches-16c76cc4c8f0375950a8ae403e0b8a5e681cb75b.tar.gz |
gnu: python-reportlab: Use HTTPS for home page.
* gnu/packages/pdf.scm (python-reportlab)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/pdf.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index e02cd8d362..b5b38c4968 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -713,7 +713,7 @@ using a stylus.") #:test-target "tests")) (propagated-inputs `(("python-pillow" ,python-pillow))) - (home-page "http://www.reportlab.com") + (home-page "https://www.reportlab.com") (synopsis "Python library for generating PDFs and graphics") (description "This is the ReportLab PDF Toolkit. It allows rapid creation of rich PDF documents, and also creation of charts in a variety of bitmap and |