mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -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)
|
("python" ,python)
|
||||||
("wxwidgets" ,wxwidgets)
|
("wxwidgets" ,wxwidgets)
|
||||||
("wxpython" ,python-wxpython)))
|
("wxpython" ,python-wxpython)))
|
||||||
(home-page "http://kicad-pcb.org/")
|
(home-page "https://kicad-pcb.org/")
|
||||||
(synopsis "Electronics Design Automation Suite")
|
(synopsis "Electronics Design Automation Suite")
|
||||||
(description "Kicad is a program for the formation of printed circuit
|
(description "Kicad is a program for the formation of printed circuit
|
||||||
boards and electrical circuits. The software has a number of programs that
|
boards and electrical circuits. The software has a number of programs that
|
||||||
|
@ -919,7 +919,7 @@ (define-public kicad-library
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08qrz5zzsb5127jlnv24j0sgiryd5nqwg3lfnwi8j9a25agqk13j"))))))
|
"08qrz5zzsb5127jlnv24j0sgiryd5nqwg3lfnwi8j9a25agqk13j"))))))
|
||||||
(home-page "http://kicad-pcb.org/")
|
(home-page "https://kicad-pcb.org/")
|
||||||
(synopsis "Libraries for kicad")
|
(synopsis "Libraries for kicad")
|
||||||
(description "This package provides Kicad component, footprint and 3D
|
(description "This package provides Kicad component, footprint and 3D
|
||||||
render model libraries.")
|
render model libraries.")
|
||||||
|
@ -941,7 +941,7 @@ (define-public kicad-symbols
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; No tests exist
|
`(#: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")
|
(synopsis "Official KiCad schematic symbol libraries for KiCad 5")
|
||||||
(description "This package contains the official KiCad schematic symbol
|
(description "This package contains the official KiCad schematic symbol
|
||||||
libraries for KiCad 5.")
|
libraries for KiCad 5.")
|
||||||
|
|
Loading…
Reference in a new issue