guix-commits
[Top][All Lists]
Advanced

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

30/87: gnu: python-asdf: Use HTTPS home page URI.


From: guix-commits
Subject: 30/87: gnu: python-asdf: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:34 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit f63b3eae42261f7b4814b71cc6dc41db2ed15741
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:23:00 2021 +0100

    gnu: python-asdf: Use HTTPS home page URI.
    
    * gnu/packages/astronomy.scm (python-asdf)[home-page]: Use HTTPS URI.
---
 gnu/packages/astronomy.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 4ee7cd7..feb22eb 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -972,7 +972,7 @@ of stand-alone functions and classes.")
         ("jsonschema" ,python-jsonschema)
         ("numpy" ,python-numpy)
         ("pyyaml" ,python-pyyaml)))
-     (home-page "http://github.com/asdf-format/asdf";)
+     (home-page "https://github.com/asdf-format/asdf";)
      (synopsis "Python tools to handle ASDF files")
      (description
       "The Advanced Scientific Data Format (ASDF) is a next-generation



reply via email to

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