me
/
guix
Archived
1
0
Fork 0

gnu: libjaylink: Use HTTPS home page.

* gnu/packages/embedded.scm (libjaylink)[home-page]: Use HTTPS.
Tobias Geerinckx-Rice 2020-01-19 00:15:41 +01:00
parent d74647b04a
commit f4766a1810
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ languages are C and C++.")
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("libusb" ,libusb))) `(("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") (synopsis "Library to interface Segger J-Link devices")
(description "libjaylink is a shared library written in C to access (description "libjaylink is a shared library written in C to access
SEGGER J-Link and compatible devices.") SEGGER J-Link and compatible devices.")