mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: libjaylink: Use HTTPS home page.
* gnu/packages/embedded.scm (libjaylink)[home-page]: Use HTTPS.
This commit is contained in:
parent
d74647b04a
commit
f4766a1810
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ (define-public libjaylink
|
|||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("libusb" ,libusb)))
|
||||
(home-page "http://repo.or.cz/w/libjaylink.git")
|
||||
(home-page "https://repo.or.cz/w/libjaylink.git")
|
||||
(synopsis "Library to interface Segger J-Link devices")
|
||||
(description "libjaylink is a shared library written in C to access
|
||||
SEGGER J-Link and compatible devices.")
|
||||
|
|
Loading…
Reference in a new issue