[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: Use HTTPS for kicad-pcb.org.
From: |
guix-commits |
Subject: |
07/09: gnu: Use HTTPS for kicad-pcb.org. |
Date: |
Wed, 1 Jan 2020 18:47:37 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit a1e9e36e03d00a0b5de61c5469db92cce74ea262
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Jan 1 23:51:55 2020 +0100
gnu: Use HTTPS for kicad-pcb.org.
* gnu/packages/engineering.scm (kicad, kicad-library,
kicad-symbols)[home-page]: Use HTTPS.
---
gnu/packages/engineering.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 9ace45b..d2f1dcb 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -855,7 +855,7 @@ language.")
("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 @@ electrical diagrams), gerbview (viewing Gerber files) and
others.")
(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 @@ render model libraries.")
(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.")
- branch master updated (92d7f5b -> 261e035), guix-commits, 2020/01/01
- 02/09: gnu: libsigrokdecode: Update to 0.5.3., guix-commits, 2020/01/01
- 04/09: gnu: libsigrok: Update to 0.5.2., guix-commits, 2020/01/01
- 06/09: gnu: emacs-php-mode: Update to 1.22.2., guix-commits, 2020/01/01
- 03/09: gnu: sigrok-firmware-fx2lafw: Update to 0.1.7., guix-commits, 2020/01/01
- 01/09: gnu: ranger: Update to 1.9.3., guix-commits, 2020/01/01
- 09/09: gnu: kicad-symbols: Update to 5.1.5., guix-commits, 2020/01/01
- 08/09: gnu: kicad: Update to 5.1.5., guix-commits, 2020/01/01
- 05/09: gnu: youtube-dl: Update to 2020.01.01., guix-commits, 2020/01/01
- 07/09: gnu: Use HTTPS for kicad-pcb.org.,
guix-commits <=