gnu: agda: Use HTTPS home page.
* gnu/packages/agda.scm (agda)[home-page]: Use HTTPS.
This commit is contained in:
parent
5adc59e6fe
commit
0d2753ccc1
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
||||||
(for-each (cut invoke agda-compiler <>)
|
(for-each (cut invoke agda-compiler <>)
|
||||||
(find-files (string-append out "/share") "\\.agda$"))
|
(find-files (string-append out "/share") "\\.agda$"))
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "http://wiki.portal.chalmers.se/agda/")
|
(home-page "https://wiki.portal.chalmers.se/agda/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Dependently typed functional programming language and proof assistant")
|
"Dependently typed functional programming language and proof assistant")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue