gnu: dfu-programmer: Use HTTPS home page.
* gnu/packages/flashing-tools.scm (dfu-programmer)[home-page]: Use HTTPS.master
parent
0087a2506f
commit
68ad2a785e
|
@ -169,7 +169,7 @@ programming} technique.")
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libusb" ,libusb)))
|
`(("libusb" ,libusb)))
|
||||||
(home-page "http://dfu-programmer.github.io/")
|
(home-page "https://dfu-programmer.github.io/")
|
||||||
(synopsis "Device firmware update programmer for Atmel chips")
|
(synopsis "Device firmware update programmer for Atmel chips")
|
||||||
(description
|
(description
|
||||||
"Dfu-programmer is a multi-platform command-line programmer for
|
"Dfu-programmer is a multi-platform command-line programmer for
|
||||||
|
|
Reference in New Issue