summary refs log tree commit diff
path: root/pkgs/development/libraries/xcb-util-cursor/HEAD.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/xcb-util-cursor/HEAD.nix')
-rw-r--r--pkgs/development/libraries/xcb-util-cursor/HEAD.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/xcb-util-cursor/HEAD.nix b/pkgs/development/libraries/xcb-util-cursor/HEAD.nix
index 4ccdcb19f81f..17f8646b5177 100644
--- a/pkgs/development/libraries/xcb-util-cursor/HEAD.nix
+++ b/pkgs/development/libraries/xcb-util-cursor/HEAD.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "XCB cursor library (libxcursor port)";
-    homepage    = http://cgit.freedesktop.org/xcb/util-cursor;
+    homepage    = https://cgit.freedesktop.org/xcb/util-cursor;
     license     = licenses.mit;
     maintainers = with maintainers; [ lovek323 ];
     platforms   = platforms.linux ++ platforms.darwin;