diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-24 00:00:53 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-24 04:01:06 +0100 |
commit | a7c4dfab1627ec7c295d8467bf5e829d318deb19 (patch) | |
tree | 81a09e8823881043595ca5560ec43473074193a2 /gnu/packages | |
parent | 77d2e43c01ba5100909f9a0fed2183c106d34bd9 (diff) | |
download | patches-a7c4dfab1627ec7c295d8467bf5e829d318deb19.tar patches-a7c4dfab1627ec7c295d8467bf5e829d318deb19.tar.gz |
gnu: bigloo: Use HTTPS home page.
* gnu/packages/scheme.scm (bigloo)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/scheme.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index c8a21c1f7f..cc0bfffea4 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -305,7 +305,7 @@ features an integrated Emacs-like editor and a large runtime library.") `(("pkg-config" ,pkg-config))) (propagated-inputs `(("gmp" ,gmp))) ; bigloo.h refers to gmp.h - (home-page "http://www-sop.inria.fr/indes/fp/Bigloo/") + (home-page "https://www-sop.inria.fr/indes/fp/Bigloo/") (synopsis "Efficient Scheme compiler") (description "Bigloo is a Scheme implementation devoted to one goal: enabling Scheme |