mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: fasthenry: Use HTTPS home page URI.
* gnu/packages/engineering.scm (fasthenry)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
45a21ee45d
commit
ebeaf280bc
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ (define-public fasthenry
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue