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