summary refs log tree commit diff
path: root/pkgs/development/libraries/mono-zeroconf/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/mono-zeroconf/default.nix')
-rw-r--r--pkgs/development/libraries/mono-zeroconf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/mono-zeroconf/default.nix b/pkgs/development/libraries/mono-zeroconf/default.nix
index 37195d38562..ba9e2a741e4 100644
--- a/pkgs/development/libraries/mono-zeroconf/default.nix
+++ b/pkgs/development/libraries/mono-zeroconf/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A cross platform Zero Configuration Networking library for Mono and .NET";
-    homepage = http://www.mono-project.com/archived/monozeroconf/;
+    homepage = https://www.mono-project.com/archived/monozeroconf/;
     platforms = platforms.linux;
     license = licenses.mit;
   };