guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: python-matplotlib: Use https in home-page.


From: guix-commits
Subject: 04/04: gnu: python-matplotlib: Use https in home-page.
Date: Thu, 19 Sep 2019 06:46:47 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 339b582892dea157b54879884032900bf0700d72
Author: Efraim Flashner <address@hidden>
Date:   Thu Sep 19 12:36:13 2019 +0300

    gnu: python-matplotlib: Use https in home-page.
    
    * gnu/packages/python-xyz.scm (python-matplotlib)[home-page]: Update to
    use https.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 28b472c..5c261cc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3914,7 +3914,7 @@ tests = True~%"
                         (assoc-ref inputs "tcl")
                         (assoc-ref inputs "tk")))))
              #t)))))
-    (home-page "http://matplotlib.org";)
+    (home-page "https://matplotlib.org/";)
     (synopsis "2D plotting library for Python")
     (description
      "Matplotlib is a Python 2D plotting library which produces publication



reply via email to

[Prev in Thread] Current Thread [Next in Thread]