gnu: mono: Update home page.
* gnu/packages/mono.scm (mono)[home-page]: Use HTTPS.
This commit is contained in:
parent
288d24800d
commit
0a56ffdf1f
1 changed files with 1 additions and 1 deletions
|
@ -105,5 +105,5 @@
|
||||||
(description "Mono is a compiler, vm, debugger and set of libraries for
|
(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
|
C#, a C-style programming language from Microsoft that is very similar to
|
||||||
Java.")
|
Java.")
|
||||||
(home-page "http://mono-project.com/")
|
(home-page "https://www.mono-project.com/")
|
||||||
(license license:x11)))
|
(license license:x11)))
|
||||||
|
|
Reference in a new issue