mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue