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 45a21ee  gnu: fastcap: Use HTTPS home page URI.
45a21ee is described below

commit 45a21ee45d1781cb6a4dad1d53eeef16cd573436
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed May 27 02:02:40 2020 +0200

    gnu: fastcap: Use HTTPS home page URI.
    
    * gnu/packages/engineering.scm (fastcap)[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 3653f10..edf701e 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -535,7 +535,7 @@ featuring various improvements and bug fixes.")))
                (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 capacitance extraction program")
     (description
      "Fastcap is a capacitance extraction program based on a

Reply via email to