summary refs log tree commit diff
path: root/pkgs/development/libraries/glfw
diff options
context:
space:
mode:
authorFerry Jérémie <ferryjeremie@free.fr>2023-01-21 22:41:12 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-22 02:46:49 +0100
commit65d7e87fdb7ed8305012433753d7012312b95242 (patch)
tree2304cbe6c27dd9209531b1b374109679bb81528d /pkgs/development/libraries/glfw
parent2272f206cd8063ab87fbb8e47df5d1e2c7788826 (diff)
downloadnixpkgs-65d7e87fdb7ed8305012433753d7012312b95242.tar
nixpkgs-65d7e87fdb7ed8305012433753d7012312b95242.tar.gz
nixpkgs-65d7e87fdb7ed8305012433753d7012312b95242.tar.bz2
nixpkgs-65d7e87fdb7ed8305012433753d7012312b95242.tar.lz
nixpkgs-65d7e87fdb7ed8305012433753d7012312b95242.tar.xz
nixpkgs-65d7e87fdb7ed8305012433753d7012312b95242.tar.zst
nixpkgs-65d7e87fdb7ed8305012433753d7012312b95242.zip
treewide: replace http by https when https is a permanent redirection
Diffstat (limited to 'pkgs/development/libraries/glfw')
-rw-r--r--pkgs/development/libraries/glfw/2.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/glfw/2.x.nix b/pkgs/development/libraries/glfw/2.x.nix
index 75a7c97db2b..545e7a418a5 100644
--- a/pkgs/development/libraries/glfw/2.x.nix
+++ b/pkgs/development/libraries/glfw/2.x.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "Multi-platform library for creating OpenGL contexts and managing input, including keyboard, mouse, joystick and time";
-    homepage = "http://glfw.sourceforge.net/";
+    homepage = "https://glfw.sourceforge.net/";
     license = licenses.zlib;
     maintainers = [ lib.maintainers.marcweber ];
     platforms = platforms.linux;