summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 20:02:46 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 03:21:45 +0100
commit2196e3cc23e5e8a372367ea6b520c35f719f2fb9 (patch)
tree78abeee6e2e5e3d17fc13f31c9b503474846d2a4
parent2c051312b57cafc4f2bda4e7611f553c5efc0b14 (diff)
downloadpatches-2196e3cc23e5e8a372367ea6b520c35f719f2fb9.tar
patches-2196e3cc23e5e8a372367ea6b520c35f719f2fb9.tar.gz
gnu: newlib: Use HTTPS home page.
* gnu/packages/embedded.scm (newlib)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/embedded.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 08c8533812..136add4e82 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -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