guix-commits
[Top][All Lists]
Advanced

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

14/20: gnu: python-seaborn: Update & use HTTPS home page.


From: guix-commits
Subject: 14/20: gnu: python-seaborn: Update & use HTTPS home page.
Date: Mon, 2 Mar 2020 23:24:03 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d3d73bd6500c54c5480b0bbd10e9ad3268920457
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:54:27 2020 +0100

    gnu: python-seaborn: Update & use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python-seaborn)[home-page]: Follow
    redirection, but 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 be45990..ec893d4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6128,7 +6128,7 @@ SVG, EPS, PNG and terminal output.")
     (native-inputs
      `(("python-pytest" ,python-pytest)
        ("xorg-server" ,xorg-server-for-tests)))
-    (home-page "http://stanford.edu/~mwaskom/software/seaborn/";)
+    (home-page "https://seaborn.pydata.org/";)
     (synopsis "Statistical data visualization")
     (description
      "Seaborn is a library for making attractive and informative statistical



reply via email to

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