mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: Use HTTPS for kicad-pcb.org.
* gnu/packages/engineering.scm (kicad, kicad-library, kicad-symbols)[home-page]: Use HTTPS.
This commit is contained in:
parent
4c3cba940c
commit
a1e9e36e03
1 changed files with 3 additions and 3 deletions
|
@ -855,7 +855,7 @@ (define-public kicad
|
|||
("python" ,python)
|
||||
("wxwidgets" ,wxwidgets)
|
||||
("wxpython" ,python-wxpython)))
|
||||
(home-page "http://kicad-pcb.org/")
|
||||
(home-page "https://kicad-pcb.org/")
|
||||
(synopsis "Electronics Design Automation Suite")
|
||||
(description "Kicad is a program for the formation of printed circuit
|
||||
boards and electrical circuits. The software has a number of programs that
|
||||
|
@ -919,7 +919,7 @@ (define-public kicad-library
|
|||
(sha256
|
||||
(base32
|
||||
"08qrz5zzsb5127jlnv24j0sgiryd5nqwg3lfnwi8j9a25agqk13j"))))))
|
||||
(home-page "http://kicad-pcb.org/")
|
||||
(home-page "https://kicad-pcb.org/")
|
||||
(synopsis "Libraries for kicad")
|
||||
(description "This package provides Kicad component, footprint and 3D
|
||||
render model libraries.")
|
||||
|
@ -941,7 +941,7 @@ (define-public kicad-symbols
|
|||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; No tests exist
|
||||
(home-page "http://kicad-pcb.org/")
|
||||
(home-page "https://kicad-pcb.org/")
|
||||
(synopsis "Official KiCad schematic symbol libraries for KiCad 5")
|
||||
(description "This package contains the official KiCad schematic symbol
|
||||
libraries for KiCad 5.")
|
||||
|
|
Loading…
Reference in a new issue