diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:46:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 03:01:45 +0100 |
commit | 68ad2a785e7bc11f7a9fcffbfa1b4a3c4ac7192f (patch) | |
tree | 825d240e37ea885031b26b4629849386209c94b2 /gnu | |
parent | 0087a2506fcc78b5bdd6197a841ae04826e34ebd (diff) | |
download | patches-68ad2a785e7bc11f7a9fcffbfa1b4a3c4ac7192f.tar patches-68ad2a785e7bc11f7a9fcffbfa1b4a3c4ac7192f.tar.gz |
gnu: dfu-programmer: Use HTTPS home page.
* gnu/packages/flashing-tools.scm (dfu-programmer)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/flashing-tools.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm index f993912838..8e36da22ed 100644 --- a/gnu/packages/flashing-tools.scm +++ b/gnu/packages/flashing-tools.scm @@ -169,7 +169,7 @@ programming} technique.") `(("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 |