mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: dfu-programmer: Use HTTPS home page.
* gnu/packages/flashing-tools.scm (dfu-programmer)[home-page]: Use HTTPS.
This commit is contained in:
parent
0087a2506f
commit
68ad2a785e
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ (define-public dfu-programmer
|
|||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("libusb" ,libusb)))
|
||||
(home-page "http://dfu-programmer.github.io/")
|
||||
(home-page "https://dfu-programmer.github.io/")
|
||||
(synopsis "Device firmware update programmer for Atmel chips")
|
||||
(description
|
||||
"Dfu-programmer is a multi-platform command-line programmer for
|
||||
|
|
Loading…
Reference in a new issue