gnu: newlib: Use HTTPS home page.

* gnu/packages/embedded.scm (newlib)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 20:02:46 +01:00
parent 2c051312b5
commit 2196e3cc23
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -175,7 +175,7 @@ (define-public newlib-arm-none-eabi
`(("xbinutils" ,(cross-binutils "arm-none-eabi"))
("xgcc" ,gcc-arm-none-eabi-4.9)
("texinfo" ,texinfo)))
(home-page "http://www.sourceware.org/newlib/")
(home-page "https://www.sourceware.org/newlib/")
(synopsis "C library for use on embedded systems")
(description "Newlib is a C library intended for use on embedded
systems. It is a conglomeration of several library parts that are easily