guix-commits
[Top][All Lists]
Advanced

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

12/20: gnu: python-activepapers: Use HTTPS home page.


From: guix-commits
Subject: 12/20: gnu: python-activepapers: Use HTTPS home page.
Date: Mon, 2 Mar 2020 23:24:02 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 26827dfe36a495d1e55a07f23689df14296218bc
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:13:45 2020 +0100

    gnu: python-activepapers: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python-activepapers)[home-page]:
    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 27af30c..09940c1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14378,7 +14378,7 @@ particularly convenient for use in tests.")
        ("python-nose" ,python-nose)))
     (propagated-inputs
      `(("python-h5py" ,python-h5py)))
-    (home-page "http://www.activepapers.org/";)
+    (home-page "https://www.activepapers.org/";)
     (synopsis "Executable papers for scientific computing")
     (description
      "ActivePapers is a tool for working with executable papers, which



reply via email to

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