nckx pushed a commit to branch master
in repository guix.
commit 16c76cc4c8f0375950a8ae403e0b8a5e681cb75b
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sun Dec 24 15:29:29 2017 +0100
gnu: python-reportlab: Use HTTPS for home page.
* gnu/packages/pdf.scm (python-reportlab)[home-page]: Use HTTPS.
---
gnu/packages/pdf.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index e02cd8d..b5b38c4 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