me
/
guix
Archived
1
0
Fork 0

gnu: agda: Use HTTPS home page.

* gnu/packages/agda.scm (agda)[home-page]: Use HTTPS.
Tobias Geerinckx-Rice 2020-01-19 00:51:22 +01:00
parent 5adc59e6fe
commit 0d2753ccc1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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