mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: newlib: Use HTTPS home page.
* gnu/packages/embedded.scm (newlib)[home-page]: Use HTTPS.
This commit is contained in:
parent
2c051312b5
commit
2196e3cc23
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue