guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: fasthenry: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: fasthenry: Use HTTPS home page URI.
Date: Tue, 26 May 2020 20:03:33 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ebeaf28  gnu: fasthenry: Use HTTPS home page URI.
ebeaf28 is described below

commit ebeaf280bc269411b040a3f8d4d883b99db57533
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Wed May 27 02:03:23 2020 +0200

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

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index edf701e..369110a 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -583,7 +583,7 @@ multipole-accelerated algorithm.")
                       (copy-recursively "doc" doc)
                       (copy-recursively "examples" examples)
                       #t))))))
-    (home-page "http://www.rle.mit.edu/cpg/research_codes.htm";)
+    (home-page "https://www.rle.mit.edu/cpg/research_codes.htm";)
     (synopsis "Multipole-accelerated inductance analysis program")
     (description
      "Fasthenry is an inductance extraction program based on a



reply via email to

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