me
/
guix
Archived
1
0
Fork 0

gnu: newlib: Use HTTPS home page.

* gnu/packages/embedded.scm (newlib)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
`(("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