mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 20:40:40 +02:00
gnu: idris: Use HTTPS home page.
* gnu/packages/idris.scm (idris)[home-page]: Use HTTPS.
This commit is contained in:
parent
8a34536f00
commit
17dea2e279
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "IDRIS_LIBRARY_PATH")
|
(variable "IDRIS_LIBRARY_PATH")
|
||||||
(files '("lib/idris")))))
|
(files '("lib/idris")))))
|
||||||
(home-page "http://www.idris-lang.org")
|
(home-page "https://www.idris-lang.org")
|
||||||
(synopsis "General purpose language with full dependent types")
|
(synopsis "General purpose language with full dependent types")
|
||||||
(description "Idris is a general purpose language with full dependent
|
(description "Idris is a general purpose language with full dependent
|
||||||
types. It is compiled, with eager evaluation. Dependent types allow types to
|
types. It is compiled, with eager evaluation. Dependent types allow types to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue