gnu: librecad: Use HTTPS home page.
* gnu/packages/engineering.scm (librecad)[home-page]: Use HTTPS.
This commit is contained in:
parent
c0dc417909
commit
6a0d1bd390
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ (define-public librecad
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
(home-page "http://librecad.org/")
|
(home-page "https://librecad.org/")
|
||||||
(synopsis "Computer-aided design (CAD) application")
|
(synopsis "Computer-aided design (CAD) application")
|
||||||
(description
|
(description
|
||||||
"LibreCAD is a 2D Computer-aided design (CAD) application for creating
|
"LibreCAD is a 2D Computer-aided design (CAD) application for creating
|
||||||
|
|
Loading…
Reference in a new issue