summary refs log tree commit diff
path: root/pkgs/development/libraries/wayland/1.9.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/wayland/1.9.nix')
-rw-r--r--pkgs/development/libraries/wayland/1.9.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/wayland/1.9.nix b/pkgs/development/libraries/wayland/1.9.nix
index 4c6d95e67c0..efb365958eb 100644
--- a/pkgs/development/libraries/wayland/1.9.nix
+++ b/pkgs/development/libraries/wayland/1.9.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "Reference implementation of the wayland protocol";
-    homepage    = http://wayland.freedesktop.org/;
+    homepage    = https://wayland.freedesktop.org/;
     license     = lib.licenses.mit;
     platforms   = lib.platforms.linux;
     maintainers = with lib.maintainers; [ codyopel wkennington ];