mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 22:56:23 +01:00
gnu: bigloo: Use HTTPS home page.
* gnu/packages/scheme.scm (bigloo)[home-page]: Use HTTPS.
This commit is contained in:
parent
77d2e43c01
commit
a7c4dfab16
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ (define-public bigloo
|
|||
`(("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
|
||||
|
|
Loading…
Reference in a new issue