diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-10-23 01:20:18 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-11-05 23:46:37 +0100 |
commit | 0a56ffdf1fd7a9169ed855c88a3d5907fa71447a (patch) | |
tree | 381d8efc79558694dbcc5abc73a3be0dc2f163f2 /gnu | |
parent | 288d24800d99985a857269ea180d36f3a3a2306e (diff) | |
download | patches-0a56ffdf1fd7a9169ed855c88a3d5907fa71447a.tar patches-0a56ffdf1fd7a9169ed855c88a3d5907fa71447a.tar.gz |
gnu: mono: Update home page.
* gnu/packages/mono.scm (mono)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mono.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mono.scm b/gnu/packages/mono.scm index 343cebc99f..16c4f71dde 100644 --- a/gnu/packages/mono.scm +++ b/gnu/packages/mono.scm @@ -105,5 +105,5 @@ (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))) |