gnu: u-boot: Use HTTPS home page.

* gnu/packages/bootloaders.scm (u-boot)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2018-09-20 04:48:41 +02:00
parent 84c7fbfd6d
commit 3e63a83c0f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ tree binary files. These are board description files used by Linux and BSD.")
("sdl" ,sdl)
("swig" ,swig)))
(build-system gnu-build-system)
(home-page "http://www.denx.de/wiki/U-Boot/")
(home-page "https://www.denx.de/wiki/U-Boot/")
(synopsis "ARM bootloader")
(description "U-Boot is a bootloader used mostly for ARM boards. It
also initializes the boards (RAM etc).")