summary refs log tree commit diff
path: root/pkgs/games/rigsofrods/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/rigsofrods/default.nix')
-rw-r--r--pkgs/games/rigsofrods/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/rigsofrods/default.nix b/pkgs/games/rigsofrods/default.nix
index c3bf4498fa4..580f0ef2b1d 100644
--- a/pkgs/games/rigsofrods/default.nix
+++ b/pkgs/games/rigsofrods/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "3D simulator game where you can drive, fly and sail various vehicles";
-    homepage = "http://rigsofrods.sourceforge.net/";
+    homepage = "https://rigsofrods.sourceforge.net/";
     license = licenses.gpl3;
     maintainers = with maintainers; [ raskin ];
     platforms = platforms.linux;