gnu: mono: Update home page.

* gnu/packages/mono.scm (mono)[home-page]: Use HTTPS.
This commit is contained in:
Marius Bakke 2018-10-23 01:20:18 +02:00
parent 288d24800d
commit 0a56ffdf1f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -105,5 +105,5 @@ (define-public mono
(description "Mono is a compiler, vm, debugger and set of libraries for
C#, a C-style programming language from Microsoft that is very similar to
Java.")
(home-page "http://mono-project.com/")
(home-page "https://www.mono-project.com/")
(license license:x11)))