summary refs log tree commit diff
path: root/pkgs/games/dxx-rebirth/full.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/dxx-rebirth/full.nix')
-rw-r--r--pkgs/games/dxx-rebirth/full.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/dxx-rebirth/full.nix b/pkgs/games/dxx-rebirth/full.nix
index baf8b80add10..020a4593de24 100644
--- a/pkgs/games/dxx-rebirth/full.nix
+++ b/pkgs/games/dxx-rebirth/full.nix
@@ -16,7 +16,7 @@ let
 
     meta = with stdenv.lib; {
       description = "Descent ${toString ver} using the DXX-Rebirth project engine and game assets from GOG";
-      homepage    = http://www.dxx-rebirth.com/;
+      homepage    = https://www.dxx-rebirth.com/;
       license     = with licenses; [ free unfree ];
       maintainers = with maintainers; [ peterhoeg ];
       platforms   = with platforms; linux;